Color Hex Logo

#def55f Color Hex

#DEF55F
(222,245,95)
0 Favorites   0 Comments

Color spaces of #def55f

RGB 22224595
HSL0.190.880.67
HSV69°61°96°
CMYK 0.090.000.61   0.04
XYZ64.842281.660623.1710
Yxy81.66060.38220.4813
Hunter Lab90.3663-30.058548.0537
CIE-Lab92.4249-27.189367.5337

#def55f color RGB value is (222,245,95).

#def55f hex color red value is 222, green value is 245 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #def55f hue: 0.19 , saturation: 0.88 and the lightness value of def55f is 0.67.

The process color (four color CMYK) of #def55f color hex is 0.09, 0.00, 0.61, 0.04. Web safe color of #def55f is #ccff66. Color #def55f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110101 01011111
Octal 336 365 137
Decimal 222 245 95
Hex DE F5 5F

RGB Percentages of Color #def55f

%39.50
%43.59
%16.90

CMYK Percentages of Color #def55f

%9
%0
%61
%4

Triadic Colors of #def55f

#def55f #5fdef5 #f55fde

Analogous Colors of #def55f

#def55f #93f55f #f5c15f

Monochromatic Colors of #def55f

#def55f

Complementary Color

#def55f #765ff5

#def55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def55f Color CSS Codes

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

#def55f Text Font Color

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

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


#def55f Background Color

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

This div background color is #def55f


#def55f Border Color

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

This div border color is #def55f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,245,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def55f


Comments

No comments written yet.

Please login to write comment.