Color Hex Logo

#dcf373 Color Hex

#DCF373
(220,243,115)
0 Favorites   0 Comments

Color spaces of #dcf373

RGB 220243115
HSL0.200.840.70
HSV71°53°95°
CMYK 0.090.000.53   0.05
XYZ64.660380.554628.3603
Yxy80.55460.37250.4641
Hunter Lab89.7522-28.469444.0918
CIE-Lab91.9331-25.481858.3653

#dcf373 color RGB value is (220,243,115).

#dcf373 hex color red value is 220, green value is 243 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #dcf373 hue: 0.20 , saturation: 0.84 and the lightness value of dcf373 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01110011
Octal 334 363 163
Decimal 220 243 115
Hex DC F3 73

RGB Percentages of Color #dcf373

%38.06
%42.04
%19.90

CMYK Percentages of Color #dcf373

%9
%0
%53
%5

Triadic Colors of #dcf373

#dcf373 #73dcf3 #f373dc

Analogous Colors of #dcf373

#dcf373 #9cf373 #f3ca73

Monochromatic Colors of #dcf373

#dcf373

Complementary Color

#dcf373 #8a73f3

#dcf373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf373 Color CSS Codes

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

#dcf373 Text Font Color

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

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


#dcf373 Background Color

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

This div background color is #dcf373


#dcf373 Border Color

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

This div border color is #dcf373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf373


Comments

No comments written yet.

Please login to write comment.