Color Hex Logo

#dcef47 Color Hex

#DCEF47
(220,239,71)
0 Favorites   0 Comments

Color spaces of #dcef47

RGB 22023971
HSL0.190.840.61
HSV67°70°94°
CMYK 0.080.000.70   0.06
XYZ61.519077.403617.6592
Yxy77.40360.39290.4943
Hunter Lab87.9793-29.148849.6848
CIE-Lab90.5071-26.574774.5641

#dcef47 color RGB value is (220,239,71).

#dcef47 hex color red value is 220, green value is 239 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #dcef47 hue: 0.19 , saturation: 0.84 and the lightness value of dcef47 is 0.61.

The process color (four color CMYK) of #dcef47 color hex is 0.08, 0.00, 0.70, 0.06. Web safe color of #dcef47 is #ccff33. Color #dcef47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01000111
Octal 334 357 107
Decimal 220 239 71
Hex DC EF 47

RGB Percentages of Color #dcef47

%41.51
%45.09
%13.40

CMYK Percentages of Color #dcef47

%8
%0
%70
%6

Triadic Colors of #dcef47

#dcef47 #47dcef #ef47dc

Analogous Colors of #dcef47

#dcef47 #88ef47 #efae47

Monochromatic Colors of #dcef47

#dcef47

Complementary Color

#dcef47 #5a47ef

#dcef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef47 Color CSS Codes

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

#dcef47 Text Font Color

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

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


#dcef47 Background Color

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

This div background color is #dcef47


#dcef47 Border Color

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

This div border color is #dcef47


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,239,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef47


Comments

No comments written yet.

Please login to write comment.