Color Hex Logo

#cec84b Color Hex

#CEC84B
(206,200,75)
0 Favorites   0 Comments

Color spaces of #cec84b

RGB 20620075
HSL0.160.570.55
HSV57°64°81°
CMYK 0.000.030.64   0.19
XYZ47.377954.938414.7637
Yxy54.93840.40470.4692
Hunter Lab74.1204-15.613340.0746
CIE-Lab79.0058-13.063161.0547

#cec84b color RGB value is (206,200,75).

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

The process color (four color CMYK) of #cec84b color hex is 0.00, 0.03, 0.64, 0.19. Web safe color of #cec84b is #cccc33. Color #cec84b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 01001011
Octal 316 310 113
Decimal 206 200 75
Hex CE C8 4B

RGB Percentages of Color #cec84b

%42.83
%41.58
%15.59

CMYK Percentages of Color #cec84b

%0
%3
%64
%19

Triadic Colors of #cec84b

#cec84b #4bcec8 #c84bce

Analogous Colors of #cec84b

#cec84b #93ce4b #ce874b

Monochromatic Colors of #cec84b

#cec84b

Complementary Color

#cec84b #4b51ce

#cec84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec84b Color CSS Codes

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

#cec84b Text Font Color

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

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


#cec84b Background Color

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

This div background color is #cec84b


#cec84b Border Color

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

This div border color is #cec84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec84b


Comments

No comments written yet.

Please login to write comment.