Color Hex Logo

#dcef34 Color Hex

#DCEF34
(220,239,52)
0 Favorites   0 Comments

Color spaces of #dcef34

RGB 22023952
HSL0.180.850.57
HSV66°78°94°
CMYK 0.080.000.78   0.06
XYZ61.001577.196614.9341
Yxy77.19660.39840.5041
Hunter Lab87.8616-29.826951.4254
CIE-Lab90.4120-27.381280.3268

#dcef34 color RGB value is (220,239,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 00110100
Octal 334 357 64
Decimal 220 239 52
Hex DC EF 34

RGB Percentages of Color #dcef34

%43.05
%46.77
%10.18

CMYK Percentages of Color #dcef34

%8
%0
%78
%6

Triadic Colors of #dcef34

#dcef34 #34dcef #ef34dc

Analogous Colors of #dcef34

#dcef34 #7fef34 #efa534

Monochromatic Colors of #dcef34

#dcef34

Complementary Color

#dcef34 #4734ef

#dcef34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcef34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcef34 Color CSS Codes

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

#dcef34 Text Font Color

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

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


#dcef34 Background Color

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

This div background color is #dcef34


#dcef34 Border Color

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

This div border color is #dcef34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcef34


Comments

No comments written yet.

Please login to write comment.