Color Hex Logo

#dcef71 Color Hex

#DCEF71
(220,239,113)
0 Favorites   0 Comments

Color spaces of #dcef71

RGB 220239113
HSL0.190.800.69
HSV69°53°94°
CMYK 0.080.000.53   0.06
XYZ63.362378.140927.3659
Yxy78.14090.37520.4627
Hunter Lab88.3973-26.748443.5232
CIE-Lab90.8442-23.750457.9984

#dcef71 color RGB value is (220,239,113).

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

The process color (four color CMYK) of #dcef71 color hex is 0.08, 0.00, 0.53, 0.06. Web safe color of #dcef71 is #ccff66. Color #dcef71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01110001
Octal 334 357 161
Decimal 220 239 113
Hex DC EF 71

RGB Percentages of Color #dcef71

%38.46
%41.78
%19.76

CMYK Percentages of Color #dcef71

%8
%0
%53
%6

Triadic Colors of #dcef71

#dcef71 #71dcef #ef71dc

Analogous Colors of #dcef71

#dcef71 #9def71 #efc371

Monochromatic Colors of #dcef71

#dcef71

Complementary Color

#dcef71 #8471ef

#dcef71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef71 Color CSS Codes

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

#dcef71 Text Font Color

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

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


#dcef71 Background Color

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

This div background color is #dcef71


#dcef71 Border Color

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

This div border color is #dcef71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef71


Comments

No comments written yet.

Please login to write comment.