Color Hex Logo

#cec757 Color Hex

#CEC757
(206,199,87)
0 Favorites   0 Comments

Color spaces of #cec757

RGB 20619987
HSL0.160.550.57
HSV56°58°81°
CMYK 0.000.030.58   0.19
XYZ47.597354.656817.0580
Yxy54.65680.39890.4581
Hunter Lab73.9302-14.457238.0711
CIE-Lab78.8432-11.751255.7060

#cec757 color RGB value is (206,199,87).

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

The process color (four color CMYK) of #cec757 color hex is 0.00, 0.03, 0.58, 0.19. Web safe color of #cec757 is #cccc66. Color #cec757 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 01010111
Octal 316 307 127
Decimal 206 199 87
Hex CE C7 57

RGB Percentages of Color #cec757

%41.87
%40.45
%17.68

CMYK Percentages of Color #cec757

%0
%3
%58
%19

Triadic Colors of #cec757

#cec757 #57cec7 #c757ce

Analogous Colors of #cec757

#cec757 #9ace57 #ce8c57

Monochromatic Colors of #cec757

#cec757

Complementary Color

#cec757 #575ece

#cec757 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec757 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec757 Color CSS Codes

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

#cec757 Text Font Color

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

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


#cec757 Background Color

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

This div background color is #cec757


#cec757 Border Color

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

This div border color is #cec757


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec757


Comments

No comments written yet.

Please login to write comment.