Color Hex Logo

#def64c Color Hex

#DEF64C
(222,246,76)
0 Favorites   0 Comments

Color spaces of #def64c

RGB 22224676
HSL0.190.900.63
HSV68°69°96°
CMYK 0.100.000.69   0.04
XYZ64.384581.962919.2645
Yxy81.96290.38880.4949
Hunter Lab90.5334-31.489850.7571
CIE-Lab92.5585-28.803474.8915

#def64c color RGB value is (222,246,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11110110 01001100
Octal 336 366 114
Decimal 222 246 76
Hex DE F6 4C

RGB Percentages of Color #def64c

%40.81
%45.22
%13.97

CMYK Percentages of Color #def64c

%10
%0
%69
%4

Triadic Colors of #def64c

#def64c #4cdef6 #f64cde

Analogous Colors of #def64c

#def64c #89f64c #f6b94c

Monochromatic Colors of #def64c

#def64c

Complementary Color

#def64c #644cf6

#def64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#def64c Color CSS Codes

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

#def64c Text Font Color

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

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


#def64c Background Color

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

This div background color is #def64c


#def64c Border Color

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

This div border color is #def64c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def64c


Comments

No comments written yet.

Please login to write comment.