Color Hex Logo

#cec967 Color Hex

#CEC967
(206,201,103)
0 Favorites   0 Comments

Color spaces of #cec967

RGB 206201103
HSL0.160.510.61
HSV57°50°81°
CMYK 0.000.020.50   0.19
XYZ48.788455.874421.0454
Yxy55.87440.38810.4445
Hunter Lab74.7492-14.305035.6315
CIE-Lab79.5423-11.479849.0914

#cec967 color RGB value is (206,201,103).

#cec967 hex color red value is 206, green value is 201 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #cec967 hue: 0.16 , saturation: 0.51 and the lightness value of cec967 is 0.61.

The process color (four color CMYK) of #cec967 color hex is 0.00, 0.02, 0.50, 0.19. Web safe color of #cec967 is #cccc66. Color #cec967 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001001 01100111
Octal 316 311 147
Decimal 206 201 103
Hex CE C9 67

RGB Percentages of Color #cec967

%40.39
%39.41
%20.20

CMYK Percentages of Color #cec967

%0
%2
%50
%19

Triadic Colors of #cec967

#cec967 #67cec9 #c967ce

Analogous Colors of #cec967

#cec967 #a0ce67 #ce9667

Monochromatic Colors of #cec967

#cec967

Complementary Color

#cec967 #676cce

#cec967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec967 Color CSS Codes

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

#cec967 Text Font Color

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

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


#cec967 Background Color

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

This div background color is #cec967


#cec967 Border Color

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

This div border color is #cec967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec967


Comments

No comments written yet.

Please login to write comment.