Color Hex Logo

#cec278 Color Hex

#CEC278
(206,194,120)
0 Favorites   0 Comments

Color spaces of #cec278

RGB 206194120
HSL0.140.470.64
HSV52°42°81°
CMYK 0.000.060.42   0.19
XYZ48.135653.061525.4742
Yxy53.06150.38000.4189
Hunter Lab72.8433-9.521230.2559
CIE-Lab77.9113-6.243338.6784

#cec278 color RGB value is (206,194,120).

#cec278 hex color red value is 206, green value is 194 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cec278 hue: 0.14 , saturation: 0.47 and the lightness value of cec278 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000010 01111000
Octal 316 302 170
Decimal 206 194 120
Hex CE C2 78

RGB Percentages of Color #cec278

%39.62
%37.31
%23.08

CMYK Percentages of Color #cec278

%0
%6
%42
%19

Triadic Colors of #cec278

#cec278 #78cec2 #c278ce

Analogous Colors of #cec278

#cec278 #afce78 #ce9778

Monochromatic Colors of #cec278

#cec278

Complementary Color

#cec278 #7884ce

#cec278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec278 Color CSS Codes

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

#cec278 Text Font Color

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

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


#cec278 Background Color

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

This div background color is #cec278


#cec278 Border Color

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

This div border color is #cec278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec278


Comments

No comments written yet.

Please login to write comment.