Color Hex Logo

#dcef1e Color Hex

#DCEF1E
(220,239,30)
0 Favorites   0 Comments

Color spaces of #dcef1e

RGB 22023930
HSL0.180.870.53
HSV65°87°94°
CMYK 0.080.000.87   0.06
XYZ60.616077.042412.9042
Yxy77.04240.40260.5117
Hunter Lab87.7738-30.333252.7250
CIE-Lab90.3411-27.986185.1071

#dcef1e color RGB value is (220,239,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 00011110
Octal 334 357 36
Decimal 220 239 30
Hex DC EF 1E

RGB Percentages of Color #dcef1e

%44.99
%48.88
%6.13

CMYK Percentages of Color #dcef1e

%8
%0
%87
%6

Triadic Colors of #dcef1e

#dcef1e #1edcef #ef1edc

Analogous Colors of #dcef1e

#dcef1e #74ef1e #ef9a1e

Monochromatic Colors of #dcef1e

#dcef1e

Complementary Color

#dcef1e #311eef

#dcef1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef1e Color CSS Codes

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

#dcef1e Text Font Color

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

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


#dcef1e Background Color

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

This div background color is #dcef1e


#dcef1e Border Color

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

This div border color is #dcef1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef1e


Comments

No comments written yet.

Please login to write comment.