Color Hex Logo

#dcf372 Color Hex

#DCF372
(220,243,114)
0 Favorites   0 Comments

Color spaces of #dcf372

RGB 220243114
HSL0.200.840.70
HSV71°53°95°
CMYK 0.090.000.53   0.05
XYZ64.603180.531728.0588
Yxy80.53170.37300.4650
Hunter Lab89.7395-28.542644.2794
CIE-Lab91.9229-25.567458.8019

#dcf372 color RGB value is (220,243,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01110010
Octal 334 363 162
Decimal 220 243 114
Hex DC F3 72

RGB Percentages of Color #dcf372

%38.13
%42.11
%19.76

CMYK Percentages of Color #dcf372

%9
%0
%53
%5

Triadic Colors of #dcf372

#dcf372 #72dcf3 #f372dc

Analogous Colors of #dcf372

#dcf372 #9cf372 #f3ca72

Monochromatic Colors of #dcf372

#dcf372

Complementary Color

#dcf372 #8972f3

#dcf372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf372 Color CSS Codes

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

#dcf372 Text Font Color

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

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


#dcf372 Background Color

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

This div background color is #dcf372


#dcf372 Border Color

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

This div border color is #dcf372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf372


Comments

No comments written yet.

Please login to write comment.