Color Hex Logo

#cedf9d Color Hex

#CEDF9D
(206,223,157)
0 Favorites   0 Comments

Color spaces of #cedf9d

RGB 206223157
HSL0.210.510.75
HSV75°30°87°
CMYK 0.080.000.30   0.13
XYZ57.927168.331542.0345
Yxy68.33150.34420.4060
Hunter Lab82.6629-19.573827.7147
CIE-Lab86.1719-16.475830.5304

#cedf9d color RGB value is (206,223,157).

#cedf9d hex color red value is 206, green value is 223 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cedf9d hue: 0.21 , saturation: 0.51 and the lightness value of cedf9d is 0.75.

The process color (four color CMYK) of #cedf9d color hex is 0.08, 0.00, 0.30, 0.13. Web safe color of #cedf9d is #cccc99. Color #cedf9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10011101
Octal 316 337 235
Decimal 206 223 157
Hex CE DF 9D

RGB Percentages of Color #cedf9d

%35.15
%38.05
%26.79

CMYK Percentages of Color #cedf9d

%8
%0
%30
%13

Triadic Colors of #cedf9d

#cedf9d #9dcedf #df9dce

Analogous Colors of #cedf9d

#cedf9d #addf9d #dfcf9d

Monochromatic Colors of #cedf9d

#cedf9d

Complementary Color

#cedf9d #ae9ddf

#cedf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf9d Color CSS Codes

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

#cedf9d Text Font Color

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

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


#cedf9d Background Color

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

This div background color is #cedf9d


#cedf9d Border Color

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

This div border color is #cedf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf9d


Comments

No comments written yet.

Please login to write comment.