Color Hex Logo

#dcef49 Color Hex

#DCEF49
(220,239,73)
0 Favorites   0 Comments

Color spaces of #dcef49

RGB 22023973
HSL0.190.840.61
HSV67°69°94°
CMYK 0.080.000.69   0.06
XYZ61.584377.429718.0029
Yxy77.42970.39220.4931
Hunter Lab87.9941-29.063349.4656
CIE-Lab90.5190-26.473373.8817

#dcef49 color RGB value is (220,239,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01001001
Octal 334 357 111
Decimal 220 239 73
Hex DC EF 49

RGB Percentages of Color #dcef49

%41.35
%44.92
%13.72

CMYK Percentages of Color #dcef49

%8
%0
%69
%6

Triadic Colors of #dcef49

#dcef49 #49dcef #ef49dc

Analogous Colors of #dcef49

#dcef49 #89ef49 #efaf49

Monochromatic Colors of #dcef49

#dcef49

Complementary Color

#dcef49 #5c49ef

#dcef49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef49 Color CSS Codes

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

#dcef49 Text Font Color

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

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


#dcef49 Background Color

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

This div background color is #dcef49


#dcef49 Border Color

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

This div border color is #dcef49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef49


Comments

No comments written yet.

Please login to write comment.