Color Hex Logo

#cedf80 Color Hex

#CEDF80
(206,223,128)
0 Favorites   0 Comments

Color spaces of #cedf80

RGB 206223128
HSL0.200.600.69
HSV71°43°87°
CMYK 0.080.000.43   0.13
XYZ55.737667.455730.5046
Yxy67.45570.36260.4389
Hunter Lab82.1314-22.592935.4710
CIE-Lab85.7336-19.995944.5352

#cedf80 color RGB value is (206,223,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 10000000
Octal 316 337 200
Decimal 206 223 128
Hex CE DF 80

RGB Percentages of Color #cedf80

%36.98
%40.04
%22.98

CMYK Percentages of Color #cedf80

%8
%0
%43
%13

Triadic Colors of #cedf80

#cedf80 #80cedf #df80ce

Analogous Colors of #cedf80

#cedf80 #9fdf80 #dfc180

Monochromatic Colors of #cedf80

#cedf80

Complementary Color

#cedf80 #9180df

#cedf80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf80 Color CSS Codes

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

#cedf80 Text Font Color

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

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


#cedf80 Background Color

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

This div background color is #cedf80


#cedf80 Border Color

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

This div border color is #cedf80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf80


Comments

No comments written yet.

Please login to write comment.