Color Hex Logo

#cecb5e Color Hex

#CECB5E
(206,203,94)
0 Favorites   0 Comments

Color spaces of #cecb5e

RGB 20620394
HSL0.160.530.59
HSV58°54°81°
CMYK 0.000.010.54   0.19
XYZ48.829956.641818.9490
Yxy56.64180.39250.4552
Hunter Lab75.2607-15.893837.7546
CIE-Lab79.9777-13.243153.8168

#cecb5e color RGB value is (206,203,94).

#cecb5e hex color red value is 206, green value is 203 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cecb5e hue: 0.16 , saturation: 0.53 and the lightness value of cecb5e is 0.59.

The process color (four color CMYK) of #cecb5e color hex is 0.00, 0.01, 0.54, 0.19. Web safe color of #cecb5e is #cccc66. Color #cecb5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01011110
Octal 316 313 136
Decimal 206 203 94
Hex CE CB 5E

RGB Percentages of Color #cecb5e

%40.95
%40.36
%18.69

CMYK Percentages of Color #cecb5e

%0
%1
%54
%19

Triadic Colors of #cecb5e

#cecb5e #5ececb #cb5ece

Analogous Colors of #cecb5e

#cecb5e #99ce5e #ce935e

Monochromatic Colors of #cecb5e

#cecb5e

Complementary Color

#cecb5e #5e61ce

#cecb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb5e Color CSS Codes

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

#cecb5e Text Font Color

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

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


#cecb5e Background Color

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

This div background color is #cecb5e


#cecb5e Border Color

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

This div border color is #cecb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb5e


Comments

No comments written yet.

Please login to write comment.