Color Hex Logo

#cecb5d Color Hex

#CECB5D
(206,203,93)
0 Favorites   0 Comments

Color spaces of #cecb5d

RGB 20620393
HSL0.160.540.59
HSV58°55°81°
CMYK 0.000.010.55   0.19
XYZ48.785356.624018.7142
Yxy56.62400.39300.4562
Hunter Lab75.2489-15.960737.9290
CIE-Lab79.9676-13.321754.2626

#cecb5d color RGB value is (206,203,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001011 01011101
Octal 316 313 135
Decimal 206 203 93
Hex CE CB 5D

RGB Percentages of Color #cecb5d

%41.04
%40.44
%18.53

CMYK Percentages of Color #cecb5d

%0
%1
%55
%19

Triadic Colors of #cecb5d

#cecb5d #5dcecb #cb5dce

Analogous Colors of #cecb5d

#cecb5d #99ce5d #ce935d

Monochromatic Colors of #cecb5d

#cecb5d

Complementary Color

#cecb5d #5d60ce

#cecb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecb5d Color CSS Codes

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

#cecb5d Text Font Color

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

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


#cecb5d Background Color

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

This div background color is #cecb5d


#cecb5d Border Color

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

This div border color is #cecb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecb5d


Comments

No comments written yet.

Please login to write comment.