Color Hex Logo

#dcef40 Color Hex

#DCEF40
(220,239,64)
0 Favorites   0 Comments

Color spaces of #dcef40

RGB 22023964
HSL0.180.850.59
HSV67°73°94°
CMYK 0.080.000.73   0.06
XYZ61.307177.318816.5433
Yxy77.31880.39510.4983
Hunter Lab87.9311-29.426150.3970
CIE-Lab90.4681-26.904176.8446

#dcef40 color RGB value is (220,239,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 01000000
Octal 334 357 100
Decimal 220 239 64
Hex DC EF 40

RGB Percentages of Color #dcef40

%42.07
%45.70
%12.24

CMYK Percentages of Color #dcef40

%8
%0
%73
%6

Triadic Colors of #dcef40

#dcef40 #40dcef #ef40dc

Analogous Colors of #dcef40

#dcef40 #85ef40 #efab40

Monochromatic Colors of #dcef40

#dcef40

Complementary Color

#dcef40 #5340ef

#dcef40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef40 Color CSS Codes

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

#dcef40 Text Font Color

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

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


#dcef40 Background Color

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

This div background color is #dcef40


#dcef40 Border Color

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

This div border color is #dcef40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef40


Comments

No comments written yet.

Please login to write comment.