Color Hex Logo

#dcf562 Color Hex

#DCF562
(220,245,98)
0 Favorites   0 Comments

Color spaces of #dcf562

RGB 22024598
HSL0.200.880.67
HSV70°60°96°
CMYK 0.100.000.60   0.04
XYZ64.372281.402323.8747
Yxy81.40230.37940.4798
Hunter Lab90.2232-30.535047.4670
CIE-Lab92.3104-27.762166.1397

#dcf562 color RGB value is (220,245,98).

#dcf562 hex color red value is 220, green value is 245 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dcf562 hue: 0.20 , saturation: 0.88 and the lightness value of dcf562 is 0.67.

The process color (four color CMYK) of #dcf562 color hex is 0.10, 0.00, 0.60, 0.04. Web safe color of #dcf562 is #ccff66. Color #dcf562 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01100010
Octal 334 365 142
Decimal 220 245 98
Hex DC F5 62

RGB Percentages of Color #dcf562

%39.08
%43.52
%17.41

CMYK Percentages of Color #dcf562

%10
%0
%60
%4

Triadic Colors of #dcf562

#dcf562 #62dcf5 #f562dc

Analogous Colors of #dcf562

#dcf562 #93f562 #f5c562

Monochromatic Colors of #dcf562

#dcf562

Complementary Color

#dcf562 #7b62f5

#dcf562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf562 Color CSS Codes

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

#dcf562 Text Font Color

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

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


#dcf562 Background Color

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

This div background color is #dcf562


#dcf562 Border Color

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

This div border color is #dcf562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf562


Comments

No comments written yet.

Please login to write comment.