Color Hex Logo

#cea14b Color Hex

#CEA14B
(206,161,75)
0 Favorites   0 Comments

Color spaces of #cea14b

RGB 20616175
HSL0.110.570.55
HSV39°64°81°
CMYK 0.000.220.64   0.19
XYZ39.468539.119512.1272
Yxy39.11950.43510.4312
Hunter Lab62.54563.185132.2859
CIE-Lab68.83777.347550.0450

#cea14b color RGB value is (206,161,75).

#cea14b hex color red value is 206, green value is 161 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cea14b hue: 0.11 , saturation: 0.57 and the lightness value of cea14b is 0.55.

The process color (four color CMYK) of #cea14b color hex is 0.00, 0.22, 0.64, 0.19. Web safe color of #cea14b is #cc9933. Color #cea14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10100001 01001011
Octal 316 241 113
Decimal 206 161 75
Hex CE A1 4B

RGB Percentages of Color #cea14b

%46.61
%36.43
%16.97

CMYK Percentages of Color #cea14b

%0
%22
%64
%19

Triadic Colors of #cea14b

#cea14b #4bcea1 #a14bce

Analogous Colors of #cea14b

#cea14b #bace4b #ce604b

Monochromatic Colors of #cea14b

#cea14b

Complementary Color

#cea14b #4b78ce

#cea14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea14b Color CSS Codes

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

#cea14b Text Font Color

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

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


#cea14b Background Color

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

This div background color is #cea14b


#cea14b Border Color

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

This div border color is #cea14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea14b

#cea14b Color Palettes


Comments

No comments written yet.

Please login to write comment.