Color Hex Logo

#cec67c Color Hex

#CEC67C
(206,198,124)
0 Favorites   0 Comments

Color spaces of #cec67c

RGB 206198124
HSL0.150.460.65
HSV54°40°81°
CMYK 0.000.040.40   0.19
XYZ49.285854.965227.0805
Yxy54.96520.37530.4185
Hunter Lab74.1385-11.079230.2402
CIE-Lab79.0212-7.877938.0543

#cec67c color RGB value is (206,198,124).

#cec67c hex color red value is 206, green value is 198 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cec67c hue: 0.15 , saturation: 0.46 and the lightness value of cec67c is 0.65.

The process color (four color CMYK) of #cec67c color hex is 0.00, 0.04, 0.40, 0.19. Web safe color of #cec67c is #cccc66. Color #cec67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 01111100
Octal 316 306 174
Decimal 206 198 124
Hex CE C6 7C

RGB Percentages of Color #cec67c

%39.02
%37.50
%23.48

CMYK Percentages of Color #cec67c

%0
%4
%40
%19

Triadic Colors of #cec67c

#cec67c #7ccec6 #c67cce

Analogous Colors of #cec67c

#cec67c #adce7c #ce9d7c

Monochromatic Colors of #cec67c

#cec67c

Complementary Color

#cec67c #7c84ce

#cec67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec67c Color CSS Codes

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

#cec67c Text Font Color

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

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


#cec67c Background Color

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

This div background color is #cec67c


#cec67c Border Color

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

This div border color is #cec67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec67c


Comments

No comments written yet.

Please login to write comment.