Color Hex Logo

#cedc39 Color Hex

#CEDC39
(206,220,57)
0 Favorites   0 Comments

Color spaces of #cedc39

RGB 20622057
HSL0.180.700.54
HSV65°74°86°
CMYK 0.060.000.74   0.14
XYZ51.785364.603613.6113
Yxy64.60360.39830.4970
Hunter Lab80.3764-25.653746.2230
CIE-Lab84.2791-23.862172.8927

#cedc39 color RGB value is (206,220,57).

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

The process color (four color CMYK) of #cedc39 color hex is 0.06, 0.00, 0.74, 0.14. Web safe color of #cedc39 is #cccc33. Color #cedc39 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011100 00111001
Octal 316 334 71
Decimal 206 220 57
Hex CE DC 39

RGB Percentages of Color #cedc39

%42.65
%45.55
%11.80

CMYK Percentages of Color #cedc39

%6
%0
%74
%14

Triadic Colors of #cedc39

#cedc39 #39cedc #dc39ce

Analogous Colors of #cedc39

#cedc39 #7ddc39 #dc9939

Monochromatic Colors of #cedc39

#cedc39

Complementary Color

#cedc39 #4739dc

#cedc39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedc39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedc39 Color CSS Codes

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

#cedc39 Text Font Color

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

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


#cedc39 Background Color

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

This div background color is #cedc39


#cedc39 Border Color

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

This div border color is #cedc39


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,220,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 #cedc39">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedc39


Comments

No comments written yet.

Please login to write comment.