Color Hex Logo

#deef4b Color Hex

#DEEF4B
(222,239,75)
0 Favorites   0 Comments

Color spaces of #deef4b

RGB 22223975
HSL0.180.840.62
HSV66°69°94°
CMYK 0.070.000.69   0.06
XYZ62.260777.770618.3864
Yxy77.77060.39300.4909
Hunter Lab88.1876-28.306949.3699
CIE-Lab90.6751-25.567873.3768

#deef4b color RGB value is (222,239,75).

#deef4b hex color red value is 222, green value is 239 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #deef4b hue: 0.18 , saturation: 0.84 and the lightness value of deef4b is 0.62.

The process color (four color CMYK) of #deef4b color hex is 0.07, 0.00, 0.69, 0.06. Web safe color of #deef4b is #ccff33. Color #deef4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 01001011
Octal 336 357 113
Decimal 222 239 75
Hex DE EF 4B

RGB Percentages of Color #deef4b

%41.42
%44.59
%13.99

CMYK Percentages of Color #deef4b

%7
%0
%69
%6

Triadic Colors of #deef4b

#deef4b #4bdeef #ef4bde

Analogous Colors of #deef4b

#deef4b #8cef4b #efae4b

Monochromatic Colors of #deef4b

#deef4b

Complementary Color

#deef4b #5c4bef

#deef4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef4b Color CSS Codes

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

#deef4b Text Font Color

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

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


#deef4b Background Color

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

This div background color is #deef4b


#deef4b Border Color

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

This div border color is #deef4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef4b


Comments

No comments written yet.

Please login to write comment.