Color Hex Logo

#cedf39 Color Hex

#CEDF39
(206,223,57)
0 Favorites   0 Comments

Color spaces of #cedf39

RGB 20622357
HSL0.180.720.55
HSV66°74°87°
CMYK 0.080.000.74   0.13
XYZ52.579866.192613.8761
Yxy66.19260.39640.4990
Hunter Lab81.3588-27.018746.8390
CIE-Lab85.0946-25.299473.6544

#cedf39 color RGB value is (206,223,57).

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

The process color (four color CMYK) of #cedf39 color hex is 0.08, 0.00, 0.74, 0.13. Web safe color of #cedf39 is #cccc33. Color #cedf39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011111 00111001
Octal 316 337 71
Decimal 206 223 57
Hex CE DF 39

RGB Percentages of Color #cedf39

%42.39
%45.88
%11.73

CMYK Percentages of Color #cedf39

%8
%0
%74
%13

Triadic Colors of #cedf39

#cedf39 #39cedf #df39ce

Analogous Colors of #cedf39

#cedf39 #7bdf39 #df9d39

Monochromatic Colors of #cedf39

#cedf39

Complementary Color

#cedf39 #4a39df

#cedf39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedf39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedf39 Color CSS Codes

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

#cedf39 Text Font Color

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

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


#cedf39 Background Color

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

This div background color is #cedf39


#cedf39 Border Color

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

This div border color is #cedf39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedf39


Comments

No comments written yet.

Please login to write comment.