Color Hex Logo

#cecd7c Color Hex

#CECD7C
(206,205,124)
0 Favorites   0 Comments

Color spaces of #cecd7c

RGB 206205124
HSL0.160.460.65
HSV59°40°81°
CMYK 0.000.000.40   0.19
XYZ50.923058.239727.6262
Yxy58.23970.37230.4258
Hunter Lab76.3149-14.442731.9573
CIE-Lab80.8719-11.455440.4059

#cecd7c color RGB value is (206,205,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001101 01111100
Octal 316 315 174
Decimal 206 205 124
Hex CE CD 7C

RGB Percentages of Color #cecd7c

%38.50
%38.32
%23.18

CMYK Percentages of Color #cecd7c

%0
%0
%40
%19

Triadic Colors of #cecd7c

#cecd7c #7ccecd #cd7cce

Analogous Colors of #cecd7c

#cecd7c #a6ce7c #cea47c

Monochromatic Colors of #cecd7c

#cecd7c

Complementary Color

#cecd7c #7c7dce

#cecd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cecd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cecd7c Color CSS Codes

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

#cecd7c Text Font Color

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

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


#cecd7c Background Color

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

This div background color is #cecd7c


#cecd7c Border Color

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

This div border color is #cecd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cecd7c


Comments

No comments written yet.

Please login to write comment.