Color Hex Logo

#cedf90 Color Hex

#CEDF90
(206,223,144)
0 Favorites   0 Comments

Color spaces of #cedf90

RGB 206223144
HSL0.200.550.72
HSV73°35°87°
CMYK 0.080.000.35   0.13
XYZ56.875367.910836.4960
Yxy67.91080.35260.4211
Hunter Lab82.4080-21.019231.4279
CIE-Lab85.9618-18.151536.8676

#cedf90 color RGB value is (206,223,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10010000
Octal 316 337 220
Decimal 206 223 144
Hex CE DF 90

RGB Percentages of Color #cedf90

%35.95
%38.92
%25.13

CMYK Percentages of Color #cedf90

%8
%0
%35
%13

Triadic Colors of #cedf90

#cedf90 #90cedf #df90ce

Analogous Colors of #cedf90

#cedf90 #a7df90 #dfc990

Monochromatic Colors of #cedf90

#cedf90

Complementary Color

#cedf90 #a190df

#cedf90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf90 Color CSS Codes

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

#cedf90 Text Font Color

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

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


#cedf90 Background Color

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

This div background color is #cedf90


#cedf90 Border Color

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

This div border color is #cedf90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf90


Comments

No comments written yet.

Please login to write comment.