Color Hex Logo

#cec67b Color Hex

#CEC67B
(206,198,123)
0 Favorites   0 Comments

Color spaces of #cec67b

RGB 206198123
HSL0.150.460.65
HSV54°40°81°
CMYK 0.000.040.40   0.19
XYZ49.222854.940026.7491
Yxy54.94000.37600.4197
Hunter Lab74.1215-11.174030.4884
CIE-Lab79.0067-7.986638.5445

#cec67b color RGB value is (206,198,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 01111011
Octal 316 306 173
Decimal 206 198 123
Hex CE C6 7B

RGB Percentages of Color #cec67b

%39.09
%37.57
%23.34

CMYK Percentages of Color #cec67b

%0
%4
%40
%19

Triadic Colors of #cec67b

#cec67b #7bcec6 #c67bce

Analogous Colors of #cec67b

#cec67b #adce7b #ce9d7b

Monochromatic Colors of #cec67b

#cec67b

Complementary Color

#cec67b #7b83ce

#cec67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec67b Color CSS Codes

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

#cec67b Text Font Color

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

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


#cec67b Background Color

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

This div background color is #cec67b


#cec67b Border Color

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

This div border color is #cec67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec67b


Comments

No comments written yet.

Please login to write comment.