Color Hex Logo

#cec167 Color Hex

#CEC167
(206,193,103)
0 Favorites   0 Comments

Color spaces of #cec167

RGB 206193103
HSL0.150.510.61
HSV52°50°81°
CMYK 0.000.060.50   0.19
XYZ46.971752.241020.4398
Yxy52.24100.39260.4366
Hunter Lab72.2779-10.483533.8277
CIE-Lab77.4247-7.384446.5604

#cec167 color RGB value is (206,193,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000001 01100111
Octal 316 301 147
Decimal 206 193 103
Hex CE C1 67

RGB Percentages of Color #cec167

%41.04
%38.45
%20.52

CMYK Percentages of Color #cec167

%0
%6
%50
%19

Triadic Colors of #cec167

#cec167 #67cec1 #c167ce

Analogous Colors of #cec167

#cec167 #a8ce67 #ce8e67

Monochromatic Colors of #cec167

#cec167

Complementary Color

#cec167 #6774ce

#cec167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec167 Color CSS Codes

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

#cec167 Text Font Color

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

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


#cec167 Background Color

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

This div background color is #cec167


#cec167 Border Color

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

This div border color is #cec167


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,193,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 #cec167">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec167


Comments

No comments written yet.

Please login to write comment.