Color Hex Logo

#def84b Color Hex

#DEF84B
(222,248,75)
0 Favorites   0 Comments

Color spaces of #def84b

RGB 22224875
HSL0.190.930.63
HSV69°70°97°
CMYK 0.100.000.70   0.03
XYZ64.961683.172419.2867
Yxy83.17240.38800.4968
Hunter Lab91.1989-32.451351.3006
CIE-Lab93.0899-29.785775.7645

#def84b color RGB value is (222,248,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11111000 01001011
Octal 336 370 113
Decimal 222 248 75
Hex DE F8 4B

RGB Percentages of Color #def84b

%40.73
%45.50
%13.76

CMYK Percentages of Color #def84b

%10
%0
%70
%3

Triadic Colors of #def84b

#def84b #4bdef8 #f84bde

Analogous Colors of #def84b

#def84b #88f84b #f8bc4b

Monochromatic Colors of #def84b

#def84b

Complementary Color

#def84b #654bf8

#def84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#def84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#def84b Color CSS Codes

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

#def84b Text Font Color

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

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


#def84b Background Color

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

This div background color is #def84b


#def84b Border Color

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

This div border color is #def84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #def84b


Comments

No comments written yet.

Please login to write comment.