Color Hex Logo

#cec372 Color Hex

#CEC372
(206,195,114)
0 Favorites   0 Comments

Color spaces of #cec372

RGB 206195114
HSL0.150.480.63
HSV53°45°81°
CMYK 0.000.050.45   0.19
XYZ48.006053.366923.6903
Yxy53.36690.38390.4267
Hunter Lab73.0527-10.542231.9097
CIE-Lab78.0911-7.376441.9350

#cec372 color RGB value is (206,195,114).

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

The process color (four color CMYK) of #cec372 color hex is 0.00, 0.05, 0.45, 0.19. Web safe color of #cec372 is #cccc66. Color #cec372 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000011 01110010
Octal 316 303 162
Decimal 206 195 114
Hex CE C3 72

RGB Percentages of Color #cec372

%40.00
%37.86
%22.14

CMYK Percentages of Color #cec372

%0
%5
%45
%19

Triadic Colors of #cec372

#cec372 #72cec3 #c372ce

Analogous Colors of #cec372

#cec372 #abce72 #ce9572

Monochromatic Colors of #cec372

#cec372

Complementary Color

#cec372 #727dce

#cec372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec372 Color CSS Codes

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

#cec372 Text Font Color

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

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


#cec372 Background Color

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

This div background color is #cec372


#cec372 Border Color

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

This div border color is #cec372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec372


Comments

No comments written yet.

Please login to write comment.