Color Hex Logo

#dcfb75 Color Hex

#DCFB75
(220,251,117)
0 Favorites   0 Comments

Color spaces of #dcfb75

RGB 220251117
HSL0.210.940.72
HSV74°53°98°
CMYK 0.120.000.53   0.02
XYZ67.223385.494429.7886
Yxy85.49440.36830.4684
Hunter Lab92.4632-32.036145.6229
CIE-Lab94.0957-29.068359.9848

#dcfb75 color RGB value is (220,251,117).

#dcfb75 hex color red value is 220, green value is 251 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #dcfb75 hue: 0.21 , saturation: 0.94 and the lightness value of dcfb75 is 0.72.

The process color (four color CMYK) of #dcfb75 color hex is 0.12, 0.00, 0.53, 0.02. Web safe color of #dcfb75 is #ccff66. Color #dcfb75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01110101
Octal 334 373 165
Decimal 220 251 117
Hex DC FB 75

RGB Percentages of Color #dcfb75

%37.41
%42.69
%19.90

CMYK Percentages of Color #dcfb75

%12
%0
%53
%2

Triadic Colors of #dcfb75

#dcfb75 #75dcfb #fb75dc

Analogous Colors of #dcfb75

#dcfb75 #99fb75 #fbd775

Monochromatic Colors of #dcfb75

#dcfb75

Complementary Color

#dcfb75 #9475fb

#dcfb75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb75 Color CSS Codes

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

#dcfb75 Text Font Color

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

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


#dcfb75 Background Color

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

This div background color is #dcfb75


#dcfb75 Border Color

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

This div border color is #dcfb75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb75

Related Colors


Comments

No comments written yet.

Please login to write comment.