Color Hex Logo

#dcef2e Color Hex

#DCEF2E
(220,239,46)
0 Favorites   0 Comments

Color spaces of #dcef2e

RGB 22023946
HSL0.180.860.56
HSV66°81°94°
CMYK 0.080.000.81   0.06
XYZ60.874877.145914.2670
Yxy77.14590.39970.5066
Hunter Lab87.8327-29.993251.8522
CIE-Lab90.3887-27.579681.8459

#dcef2e color RGB value is (220,239,46).

#dcef2e hex color red value is 220, green value is 239 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dcef2e hue: 0.18 , saturation: 0.86 and the lightness value of dcef2e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 00101110
Octal 334 357 56
Decimal 220 239 46
Hex DC EF 2E

RGB Percentages of Color #dcef2e

%43.56
%47.33
%9.11

CMYK Percentages of Color #dcef2e

%8
%0
%81
%6

Triadic Colors of #dcef2e

#dcef2e #2edcef #ef2edc

Analogous Colors of #dcef2e

#dcef2e #7cef2e #efa22e

Monochromatic Colors of #dcef2e

#dcef2e

Complementary Color

#dcef2e #412eef

#dcef2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef2e Color CSS Codes

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

#dcef2e Text Font Color

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

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


#dcef2e Background Color

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

This div background color is #dcef2e


#dcef2e Border Color

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

This div border color is #dcef2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef2e


Comments

No comments written yet.

Please login to write comment.