Color Hex Logo

#def64b Color Hex

#DEF64B
(222,246,75)
0 Favorites   0 Comments

Color spaces of #def64b

RGB 22224675
HSL0.190.900.63
HSV68°70°96°
CMYK 0.100.000.70   0.04
XYZ64.350081.949119.0828
Yxy81.94910.38910.4955
Hunter Lab90.5257-31.533850.8697
CIE-Lab92.5524-28.855675.2351

#def64b color RGB value is (222,246,75).

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

The process color (four color CMYK) of #def64b color hex is 0.10, 0.00, 0.70, 0.04. Web safe color of #def64b is #ccff33. Color #def64b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 01001011
Octal 336 366 113
Decimal 222 246 75
Hex DE F6 4B

RGB Percentages of Color #def64b

%40.88
%45.30
%13.81

CMYK Percentages of Color #def64b

%10
%0
%70
%4

Triadic Colors of #def64b

#def64b #4bdef6 #f64bde

Analogous Colors of #def64b

#def64b #89f64b #f6b94b

Monochromatic Colors of #def64b

#def64b

Complementary Color

#def64b #634bf6

#def64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#def64b Color CSS Codes

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

#def64b Text Font Color

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

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


#def64b Background Color

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

This div background color is #def64b


#def64b Border Color

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

This div border color is #def64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def64b


Comments

No comments written yet.

Please login to write comment.