Color Hex Logo

#cec68e Color Hex

#CEC68E
(206,198,142)
0 Favorites   0 Comments

Color spaces of #cec68e

RGB 206198142
HSL0.150.400.68
HSV53°31°81°
CMYK 0.000.040.31   0.19
XYZ50.530255.463033.6334
Yxy55.46300.36190.3972
Hunter Lab74.4735-9.216525.3551
CIE-Lab79.3072-5.758029.1258

#cec68e color RGB value is (206,198,142).

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

The process color (four color CMYK) of #cec68e color hex is 0.00, 0.04, 0.31, 0.19. Web safe color of #cec68e is #cccc99. Color #cec68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11000110 10001110
Octal 316 306 216
Decimal 206 198 142
Hex CE C6 8E

RGB Percentages of Color #cec68e

%37.73
%36.26
%26.01

CMYK Percentages of Color #cec68e

%0
%4
%31
%19

Triadic Colors of #cec68e

#cec68e #8ecec6 #c68ece

Analogous Colors of #cec68e

#cec68e #b6ce8e #cea68e

Monochromatic Colors of #cec68e

#cec68e

Complementary Color

#cec68e #8e96ce

#cec68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec68e Color CSS Codes

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

#cec68e Text Font Color

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

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


#cec68e Background Color

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

This div background color is #cec68e


#cec68e Border Color

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

This div border color is #cec68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec68e


Comments

No comments written yet.

Please login to write comment.