Color Hex Logo

#dcf350 Color Hex

#DCF350
(220,243,80)
0 Favorites   0 Comments

Color spaces of #dcf350

RGB 22024380
HSL0.190.870.63
HSV68°67°95°
CMYK 0.090.000.67   0.05
XYZ63.013879.896019.6897
Yxy79.89600.38750.4914
Hunter Lab89.3846-30.585149.5087
CIE-Lab91.6382-27.975172.4847

#dcf350 color RGB value is (220,243,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 01010000
Octal 334 363 120
Decimal 220 243 80
Hex DC F3 50

RGB Percentages of Color #dcf350

%40.52
%44.75
%14.73

CMYK Percentages of Color #dcf350

%9
%0
%67
%5

Triadic Colors of #dcf350

#dcf350 #50dcf3 #f350dc

Analogous Colors of #dcf350

#dcf350 #8bf350 #f3b950

Monochromatic Colors of #dcf350

#dcf350

Complementary Color

#dcf350 #6750f3

#dcf350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf350 Color CSS Codes

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

#dcf350 Text Font Color

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

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


#dcf350 Background Color

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

This div background color is #dcf350


#dcf350 Border Color

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

This div border color is #dcf350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf350


Comments

No comments written yet.

Please login to write comment.