Color Hex Logo

#dcef2a Color Hex

#DCEF2A
(220,239,42)
0 Favorites   0 Comments

Color spaces of #dcef2a

RGB 22023942
HSL0.180.860.55
HSV66°82°94°
CMYK 0.080.000.82   0.06
XYZ60.799677.115813.8708
Yxy77.11580.40060.5081
Hunter Lab87.8156-30.091952.1058
CIE-Lab90.3749-27.697582.7712

#dcef2a color RGB value is (220,239,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 00101010
Octal 334 357 52
Decimal 220 239 42
Hex DC EF 2A

RGB Percentages of Color #dcef2a

%43.91
%47.70
%8.38

CMYK Percentages of Color #dcef2a

%8
%0
%82
%6

Triadic Colors of #dcef2a

#dcef2a #2adcef #ef2adc

Analogous Colors of #dcef2a

#dcef2a #7aef2a #efa02a

Monochromatic Colors of #dcef2a

#dcef2a

Complementary Color

#dcef2a #3d2aef

#dcef2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef2a Color CSS Codes

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

#dcef2a Text Font Color

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

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


#dcef2a Background Color

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

This div background color is #dcef2a


#dcef2a Border Color

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

This div border color is #dcef2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef2a


Comments

No comments written yet.

Please login to write comment.