Color Hex Logo

#cec257 Color Hex

#CEC257
(206,194,87)
0 Favorites   0 Comments

Color spaces of #cec257

RGB 20619487
HSL0.150.550.57
HSV54°58°81°
CMYK 0.000.060.58   0.19
XYZ46.465752.393516.6808
Yxy52.39350.40220.4535
Hunter Lab72.3834-12.084837.0049
CIE-Lab77.5155-9.200554.2176

#cec257 color RGB value is (206,194,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01010111
Octal 316 302 127
Decimal 206 194 87
Hex CE C2 57

RGB Percentages of Color #cec257

%42.30
%39.84
%17.86

CMYK Percentages of Color #cec257

%0
%6
%58
%19

Triadic Colors of #cec257

#cec257 #57cec2 #c257ce

Analogous Colors of #cec257

#cec257 #9fce57 #ce8757

Monochromatic Colors of #cec257

#cec257

Complementary Color

#cec257 #5763ce

#cec257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec257 Color CSS Codes

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

#cec257 Text Font Color

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

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


#cec257 Background Color

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

This div background color is #cec257


#cec257 Border Color

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

This div border color is #cec257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec257


Comments

No comments written yet.

Please login to write comment.