Color Hex Logo

#def465 Color Hex

#DEF465
(222,244,101)
0 Favorites   0 Comments

Color spaces of #def465

RGB 222244101
HSL0.190.870.68
HSV69°59°96°
CMYK 0.090.000.59   0.04
XYZ64.823881.170524.5628
Yxy81.17050.38010.4759
Hunter Lab90.0947-29.233646.9018
CIE-Lab92.2075-26.294164.8146

#def465 color RGB value is (222,244,101).

#def465 hex color red value is 222, green value is 244 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #def465 hue: 0.19 , saturation: 0.87 and the lightness value of def465 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110100 01100101
Octal 336 364 145
Decimal 222 244 101
Hex DE F4 65

RGB Percentages of Color #def465

%39.15
%43.03
%17.81

CMYK Percentages of Color #def465

%9
%0
%59
%4

Triadic Colors of #def465

#def465 #65def4 #f465de

Analogous Colors of #def465

#def465 #97f465 #f4c365

Monochromatic Colors of #def465

#def465

Complementary Color

#def465 #7b65f4

#def465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#def465 Color CSS Codes

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

#def465 Text Font Color

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

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


#def465 Background Color

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

This div background color is #def465


#def465 Border Color

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

This div border color is #def465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def465


Comments

No comments written yet.

Please login to write comment.