color codes Logo

#ceb27e color codes

#CEB27E
(206,178,126)
0 Favorites   0 Comments

Color spaces of #ceb27e

RGB 206178126
HSL0.110.450.65
HSV39°39°81°
CMYK 0.000.140.39   0.19
XYZ45.139946.469026.3289
Yxy46.46900.38270.3940
Hunter Lab68.1682-1.094424.8179
CIE-Lab73.84882.821930.3110

#ceb27e color RGB value is (206,178,126).

#ceb27e hex color red value is 206, green value is 178 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ceb27e hue: 0.11 , saturation: 0.45 and the lightness value of ceb27e is 0.65.

The process color (four color CMYK) of #ceb27e color code is 0.00, 0.14, 0.39, 0.19. Web safe color of #ceb27e is #cc9966. Color #ceb27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110010 01111110
Octal 316 262 176
Decimal 206 178 126
Hex CE B2 7E

RGB Percentages of Color #ceb27e

%40.39
%34.90
%24.71

CMYK Percentages of Color #ceb27e

%0
%14
%39
%19

Triadic Colors of #ceb27e

#ceb27e #7eceb2 #b27ece

Analogous Colors of #ceb27e

#ceb27e #c2ce7e #ce8a7e

Monochromatic Colors of #ceb27e

#ceb27e

Complementary Color

#ceb27e #7e9ace

#ceb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb27e Color CSS Codes

.mybgcolor {background-color:#ceb27e; } 
.myforecolor {color:#ceb27e; }
.mybordercolor {border:3px solid #ceb27e; }

#ceb27e Text Font Color

<p style="color:#ceb27e">Text here</p>

This sample text font color is #ceb27e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceb27e Background Color

<div style="background-color:#ceb27e">
Div content here</div>

This div background color is #ceb27e


#ceb27e Border Color

<div style="border:3px solid #ceb27e">
Div here</div>

This div border color is #ceb27e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,178,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceb27e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceb27e;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb27e;
  box-shadow:         1px 1px 3px 2px #ceb27e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,178,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceb27e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceb27e;
  -webkit-box-shadow: 1px 1px 3px 2px #ceb27e;
  box-shadow:         1px 1px 3px 2px #ceb27e;">
Div content here</div>

This div box has shadow with color #ceb27e


Comments

No comments written yet.

Please login to write comment.