Color Hex Logo

#cec75f Color Hex

#CEC75F
(206,199,95)
0 Favorites   0 Comments

Color spaces of #cec75f

RGB 20619995
HSL0.160.530.59
HSV56°54°81°
CMYK 0.000.030.54   0.19
XYZ47.942654.794918.8761
Yxy54.79490.39420.4506
Hunter Lab74.0236-13.932836.6975
CIE-Lab78.9230-11.137352.1417

#cec75f color RGB value is (206,199,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000111 01011111
Octal 316 307 137
Decimal 206 199 95
Hex CE C7 5F

RGB Percentages of Color #cec75f

%41.20
%39.80
%19.00

CMYK Percentages of Color #cec75f

%0
%3
%54
%19

Triadic Colors of #cec75f

#cec75f #5fcec7 #c75fce

Analogous Colors of #cec75f

#cec75f #9ece5f #ce905f

Monochromatic Colors of #cec75f

#cec75f

Complementary Color

#cec75f #5f66ce

#cec75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec75f Color CSS Codes

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

#cec75f Text Font Color

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

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


#cec75f Background Color

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

This div background color is #cec75f


#cec75f Border Color

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

This div border color is #cec75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec75f


Comments

No comments written yet.

Please login to write comment.