Color Hex Logo

#cedf9f Color Hex

#CEDF9F
(206,223,159)
0 Favorites   0 Comments

Color spaces of #cedf9f

RGB 206223159
HSL0.210.500.75
HSV76°29°87°
CMYK 0.080.000.29   0.13
XYZ58.099368.400442.9413
Yxy68.40040.34290.4037
Hunter Lab82.7045-19.338127.1090
CIE-Lab86.2063-16.204129.5498

#cedf9f color RGB value is (206,223,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10011111
Octal 316 337 237
Decimal 206 223 159
Hex CE DF 9F

RGB Percentages of Color #cedf9f

%35.03
%37.93
%27.04

CMYK Percentages of Color #cedf9f

%8
%0
%29
%13

Triadic Colors of #cedf9f

#cedf9f #9fcedf #df9fce

Analogous Colors of #cedf9f

#cedf9f #aedf9f #dfd09f

Monochromatic Colors of #cedf9f

#cedf9f

Complementary Color

#cedf9f #b09fdf

#cedf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf9f Color CSS Codes

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

#cedf9f Text Font Color

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

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


#cedf9f Background Color

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

This div background color is #cedf9f


#cedf9f Border Color

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

This div border color is #cedf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf9f


Comments

No comments written yet.

Please login to write comment.