Color Hex Logo

#defd75 Color Hex

#DEFD75
(222,253,117)
0 Favorites   0 Comments

Color spaces of #defd75

RGB 222253117
HSL0.200.970.73
HSV74°54°99°
CMYK 0.120.000.54   0.01
XYZ68.460487.064530.0265
Yxy87.06450.36900.4692
Hunter Lab93.3084-32.324146.2364
CIE-Lab94.7656-29.239660.7950

#defd75 color RGB value is (222,253,117).

#defd75 hex color red value is 222, green value is 253 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #defd75 hue: 0.20 , saturation: 0.97 and the lightness value of defd75 is 0.73.

The process color (four color CMYK) of #defd75 color hex is 0.12, 0.00, 0.54, 0.01. Web safe color of #defd75 is #ccff66. Color #defd75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111101 01110101
Octal 336 375 165
Decimal 222 253 117
Hex DE FD 75

RGB Percentages of Color #defd75

%37.50
%42.74
%19.76

CMYK Percentages of Color #defd75

%12
%0
%54
%1

Triadic Colors of #defd75

#defd75 #75defd #fd75de

Analogous Colors of #defd75

#defd75 #9afd75 #fdd875

Monochromatic Colors of #defd75

#defd75

Complementary Color

#defd75 #9475fd

#defd75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#defd75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#defd75 Color CSS Codes

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

#defd75 Text Font Color

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

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


#defd75 Background Color

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

This div background color is #defd75


#defd75 Border Color

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

This div border color is #defd75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #defd75


Comments

No comments written yet.

Please login to write comment.