Color Hex Logo

#dcf25d Color Hex

#DCF25D
(220,242,93)
0 Favorites   0 Comments

Color spaces of #dcf25d

RGB 22024293
HSL0.190.850.66
HSV69°62°95°
CMYK 0.090.000.62   0.05
XYZ63.243179.510222.3697
Yxy79.51020.38300.4815
Hunter Lab89.1685-29.443047.5439
CIE-Lab91.4646-26.698967.2708

#dcf25d color RGB value is (220,242,93).

#dcf25d hex color red value is 220, green value is 242 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dcf25d hue: 0.19 , saturation: 0.85 and the lightness value of dcf25d is 0.66.

The process color (four color CMYK) of #dcf25d color hex is 0.09, 0.00, 0.62, 0.05. Web safe color of #dcf25d is #ccff66. Color #dcf25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 01011101
Octal 334 362 135
Decimal 220 242 93
Hex DC F2 5D

RGB Percentages of Color #dcf25d

%39.64
%43.60
%16.76

CMYK Percentages of Color #dcf25d

%9
%0
%62
%5

Triadic Colors of #dcf25d

#dcf25d #5ddcf2 #f25ddc

Analogous Colors of #dcf25d

#dcf25d #92f25d #f2be5d

Monochromatic Colors of #dcf25d

#dcf25d

Complementary Color

#dcf25d #735df2

#dcf25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf25d Color CSS Codes

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

#dcf25d Text Font Color

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

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


#dcf25d Background Color

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

This div background color is #dcf25d


#dcf25d Border Color

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

This div border color is #dcf25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf25d


Comments

No comments written yet.

Please login to write comment.