Color Hex Logo

#cecd99 Color Hex

#CECD99
(206,205,153)
0 Favorites   0 Comments

Color spaces of #cecd99

RGB 206205153
HSL0.160.350.70
HSV59°26°81°
CMYK 0.000.000.26   0.19
XYZ53.034759.084438.7462
Yxy59.08440.35150.3916
Hunter Lab76.8664-11.358423.9200
CIE-Lab81.3380-7.926826.0969

#cecd99 color RGB value is (206,205,153).

#cecd99 hex color red value is 206, green value is 205 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #cecd99 hue: 0.16 , saturation: 0.35 and the lightness value of cecd99 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001101 10011001
Octal 316 315 231
Decimal 206 205 153
Hex CE CD 99

RGB Percentages of Color #cecd99

%36.52
%36.35
%27.13

CMYK Percentages of Color #cecd99

%0
%0
%26
%19

Triadic Colors of #cecd99

#cecd99 #99cecd #cd99ce

Analogous Colors of #cecd99

#cecd99 #b5ce99 #ceb399

Monochromatic Colors of #cecd99

#cecd99

Complementary Color

#cecd99 #999ace

#cecd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecd99 Color CSS Codes

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

#cecd99 Text Font Color

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

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


#cecd99 Background Color

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

This div background color is #cecd99


#cecd99 Border Color

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

This div border color is #cecd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecd99


Comments

No comments written yet.

Please login to write comment.