Color Hex Logo

#deef3b Color Hex

#DEEF3B
(222,239,59)
0 Favorites   0 Comments

Color spaces of #deef3b

RGB 22223959
HSL0.180.850.58
HSV66°75°94°
CMYK 0.070.000.75   0.06
XYZ61.780177.578415.8556
Yxy77.57840.39800.4998
Hunter Lab88.0786-28.934150.9818
CIE-Lab90.5872-26.309078.5496

#deef3b color RGB value is (222,239,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101111 00111011
Octal 336 357 73
Decimal 222 239 59
Hex DE EF 3B

RGB Percentages of Color #deef3b

%42.69
%45.96
%11.35

CMYK Percentages of Color #deef3b

%7
%0
%75
%6

Triadic Colors of #deef3b

#deef3b #3bdeef #ef3bde

Analogous Colors of #deef3b

#deef3b #84ef3b #efa63b

Monochromatic Colors of #deef3b

#deef3b

Complementary Color

#deef3b #4c3bef

#deef3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deef3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deef3b Color CSS Codes

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

#deef3b Text Font Color

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

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


#deef3b Background Color

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

This div background color is #deef3b


#deef3b Border Color

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

This div border color is #deef3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deef3b


Comments

No comments written yet.

Please login to write comment.