Color Hex Logo

#cea84b Color Hex

#CEA84B
(206,168,75)
0 Favorites   0 Comments

Color spaces of #cea84b

RGB 20616875
HSL0.120.570.55
HSV43°64°81°
CMYK 0.000.180.64   0.19
XYZ40.726241.635112.5465
Yxy41.63510.42910.4387
Hunter Lab64.5253-0.256033.6391
CIE-Lab70.61863.592352.0190

#cea84b color RGB value is (206,168,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101000 01001011
Octal 316 250 113
Decimal 206 168 75
Hex CE A8 4B

RGB Percentages of Color #cea84b

%45.88
%37.42
%16.70

CMYK Percentages of Color #cea84b

%0
%18
%64
%19

Triadic Colors of #cea84b

#cea84b #4bcea8 #a84bce

Analogous Colors of #cea84b

#cea84b #b3ce4b #ce674b

Monochromatic Colors of #cea84b

#cea84b

Complementary Color

#cea84b #4b71ce

#cea84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cea84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cea84b Color CSS Codes

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

#cea84b Text Font Color

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

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


#cea84b Background Color

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

This div background color is #cea84b


#cea84b Border Color

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

This div border color is #cea84b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,168,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 #cea84b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cea84b


Comments

No comments written yet.

Please login to write comment.