Color Hex Logo

#cea67b Color Hex

#CEA67B
(206,166,123)
0 Favorites   0 Comments

Color spaces of #cea67b

RGB 206166123
HSL0.090.460.65
HSV31°40°81°
CMYK 0.000.190.40   0.19
XYZ42.665041.824324.5631
Yxy41.82430.39120.3835
Hunter Lab64.67174.583922.7511
CIE-Lab70.74968.916727.8177

#cea67b color RGB value is (206,166,123).

#cea67b hex color red value is 206, green value is 166 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cea67b hue: 0.09 , saturation: 0.46 and the lightness value of cea67b is 0.65.

The process color (four color CMYK) of #cea67b color hex is 0.00, 0.19, 0.40, 0.19. Web safe color of #cea67b is #cc9966. Color #cea67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100110 01111011
Octal 316 246 173
Decimal 206 166 123
Hex CE A6 7B

RGB Percentages of Color #cea67b

%41.62
%33.54
%24.85

CMYK Percentages of Color #cea67b

%0
%19
%40
%19

Triadic Colors of #cea67b

#cea67b #7bcea6 #a67bce

Analogous Colors of #cea67b

#cea67b #cdce7b #ce7d7b

Monochromatic Colors of #cea67b

#cea67b

Complementary Color

#cea67b #7ba3ce

#cea67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea67b Color CSS Codes

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

#cea67b Text Font Color

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

This sample text font color is #cea67b
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.


#cea67b Background Color

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

This div background color is #cea67b


#cea67b Border Color

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

This div border color is #cea67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea67b


Comments

No comments written yet.

Please login to write comment.