Color Hex Logo

#cec555 Color Hex

#CEC555
(206,197,85)
0 Favorites   0 Comments

Color spaces of #cec555

RGB 20619785
HSL0.150.550.57
HSV56°59°81°
CMYK 0.000.040.59   0.19
XYZ47.059553.710216.4811
Yxy53.71020.40140.4581
Hunter Lab73.2872-13.633537.9677
CIE-Lab78.2924-10.878555.9859

#cec555 color RGB value is (206,197,85).

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

The process color (four color CMYK) of #cec555 color hex is 0.00, 0.04, 0.59, 0.19. Web safe color of #cec555 is #cccc66. Color #cec555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000101 01010101
Octal 316 305 125
Decimal 206 197 85
Hex CE C5 55

RGB Percentages of Color #cec555

%42.21
%40.37
%17.42

CMYK Percentages of Color #cec555

%0
%4
%59
%19

Triadic Colors of #cec555

#cec555 #55cec5 #c555ce

Analogous Colors of #cec555

#cec555 #9bce55 #ce8955

Monochromatic Colors of #cec555

#cec555

Complementary Color

#cec555 #555ece

#cec555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec555 Color CSS Codes

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

#cec555 Text Font Color

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

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


#cec555 Background Color

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

This div background color is #cec555


#cec555 Border Color

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

This div border color is #cec555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec555


Comments

No comments written yet.

Please login to write comment.