color codes Logo

#dcf75a color codes

#DCF75A
(220,247,90)
0 Favorites   0 Comments

Color spaces of #dcf75a

RGB 22024790
HSL0.200.910.66
HSV70°64°97°
CMYK 0.110.000.64   0.03
XYZ64.621482.475422.1863
Yxy82.47540.38170.4872
Hunter Lab90.8160-31.913749.0867
CIE-Lab92.7843-29.238769.8695

#dcf75a color RGB value is (220,247,90).

#dcf75a hex color red value is 220, green value is 247 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dcf75a hue: 0.20 , saturation: 0.91 and the lightness value of dcf75a is 0.66.

The process color (four color CMYK) of #dcf75a color code is 0.11, 0.00, 0.64, 0.03. Web safe color of #dcf75a is #ccff66. Color #dcf75a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 01011010
Octal 334 367 132
Decimal 220 247 90
Hex DC F7 5A

RGB Percentages of Color #dcf75a

%39.50
%44.34
%16.16

CMYK Percentages of Color #dcf75a

%11
%0
%64
%3

Triadic Colors of #dcf75a

#dcf75a #5adcf7 #f75adc

Analogous Colors of #dcf75a

#dcf75a #8ef75a #f7c45a

Monochromatic Colors of #dcf75a

#dcf75a

Complementary Color

#dcf75a #755af7

#dcf75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf75a Color CSS Codes

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

#dcf75a Text Font Color

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

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


#dcf75a Background Color

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

This div background color is #dcf75a


#dcf75a Border Color

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

This div border color is #dcf75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf75a


Comments

No comments written yet.

Please login to write comment.