Color Hex Logo

#def65f Color Hex

#DEF65F
(222,246,95)
0 Favorites   0 Comments

Color spaces of #def65f

RGB 22224695
HSL0.190.890.67
HSV70°61°96°
CMYK 0.100.000.61   0.04
XYZ65.145582.267423.2721
Yxy82.26740.38170.4820
Hunter Lab90.7014-30.521348.2784
CIE-Lab92.6928-27.658867.8222

#def65f color RGB value is (222,246,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 01011111
Octal 336 366 137
Decimal 222 246 95
Hex DE F6 5F

RGB Percentages of Color #def65f

%39.43
%43.69
%16.87

CMYK Percentages of Color #def65f

%10
%0
%61
%4

Triadic Colors of #def65f

#def65f #5fdef6 #f65fde

Analogous Colors of #def65f

#def65f #93f65f #f6c35f

Monochromatic Colors of #def65f

#def65f

Complementary Color

#def65f #775ff6

#def65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#def65f Color CSS Codes

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

#def65f Text Font Color

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

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


#def65f Background Color

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

This div background color is #def65f


#def65f Border Color

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

This div border color is #def65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def65f

Related Colors

#def65f Color Palettes


Comments

No comments written yet.

Please login to write comment.