Color Hex Logo

#cedc95 Color Hex

#CEDC95
(206,220,149)
0 Favorites   0 Comments

Color spaces of #cedc95

RGB 206220149
HSL0.200.500.72
HSV72°32°86°
CMYK 0.060.000.32   0.14
XYZ56.471666.478138.2890
Yxy66.47810.35020.4123
Hunter Lab81.5341-19.053229.2309
CIE-Lab85.2397-16.038233.3837

#cedc95 color RGB value is (206,220,149).

#cedc95 hex color red value is 206, green value is 220 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cedc95 hue: 0.20 , saturation: 0.50 and the lightness value of cedc95 is 0.72.

The process color (four color CMYK) of #cedc95 color hex is 0.06, 0.00, 0.32, 0.14. Web safe color of #cedc95 is #cccc99. Color #cedc95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 10010101
Octal 316 334 225
Decimal 206 220 149
Hex CE DC 95

RGB Percentages of Color #cedc95

%35.83
%38.26
%25.91

CMYK Percentages of Color #cedc95

%6
%0
%32
%14

Triadic Colors of #cedc95

#cedc95 #95cedc #dc95ce

Analogous Colors of #cedc95

#cedc95 #abdc95 #dcc795

Monochromatic Colors of #cedc95

#cedc95

Complementary Color

#cedc95 #a395dc

#cedc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc95 Color CSS Codes

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

#cedc95 Text Font Color

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

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


#cedc95 Background Color

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

This div background color is #cedc95


#cedc95 Border Color

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

This div border color is #cedc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc95


Comments

No comments written yet.

Please login to write comment.