Color Hex Logo

#dcf362 Color Hex

#DCF362
(220,243,98)
0 Favorites   0 Comments

Color spaces of #dcf362

RGB 22024398
HSL0.190.860.67
HSV70°60°95°
CMYK 0.090.000.60   0.05
XYZ63.770480.198723.6741
Yxy80.19870.38040.4784
Hunter Lab89.5537-29.610847.0139
CIE-Lab91.7739-26.822365.5535

#dcf362 color RGB value is (220,243,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01100010
Octal 334 363 142
Decimal 220 243 98
Hex DC F3 62

RGB Percentages of Color #dcf362

%39.22
%43.32
%17.47

CMYK Percentages of Color #dcf362

%9
%0
%60
%5

Triadic Colors of #dcf362

#dcf362 #62dcf3 #f362dc

Analogous Colors of #dcf362

#dcf362 #94f362 #f3c262

Monochromatic Colors of #dcf362

#dcf362

Complementary Color

#dcf362 #7962f3

#dcf362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf362 Color CSS Codes

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

#dcf362 Text Font Color

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

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


#dcf362 Background Color

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

This div background color is #dcf362


#dcf362 Border Color

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

This div border color is #dcf362


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,243,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 #dcf362">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf362


Comments

No comments written yet.

Please login to write comment.