Color Hex Logo

#cec874 Color Hex

#CEC874
(206,200,116)
0 Favorites   0 Comments

Color spaces of #cec874

RGB 206200116
HSL0.160.480.63
HSV56°44°81°
CMYK 0.000.030.44   0.19
XYZ49.260355.691324.6762
Yxy55.69130.38000.4296
Hunter Lab74.6266-12.770432.6337
CIE-Lab79.4378-9.742942.6108

#cec874 color RGB value is (206,200,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 01110100
Octal 316 310 164
Decimal 206 200 116
Hex CE C8 74

RGB Percentages of Color #cec874

%39.46
%38.31
%22.22

CMYK Percentages of Color #cec874

%0
%3
%44
%19

Triadic Colors of #cec874

#cec874 #74cec8 #c874ce

Analogous Colors of #cec874

#cec874 #a7ce74 #ce9b74

Monochromatic Colors of #cec874

#cec874

Complementary Color

#cec874 #747ace

#cec874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec874 Color CSS Codes

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

#cec874 Text Font Color

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

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


#cec874 Background Color

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

This div background color is #cec874


#cec874 Border Color

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

This div border color is #cec874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec874


Comments

No comments written yet.

Please login to write comment.