Color Hex Logo

#dee33b Color Hex

#DEE33B
(222,227,59)
0 Favorites   0 Comments

Color spaces of #dee33b

RGB 22222759
HSL0.170.750.56
HSV62°74°89°
CMYK 0.020.000.74   0.11
XYZ58.382770.783514.7232
Yxy70.78350.40570.4919
Hunter Lab84.1329-23.365448.5173
CIE-Lab87.3797-20.573275.5865

#dee33b color RGB value is (222,227,59).

#dee33b hex color red value is 222, green value is 227 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dee33b hue: 0.17 , saturation: 0.75 and the lightness value of dee33b is 0.56.

The process color (four color CMYK) of #dee33b color hex is 0.02, 0.00, 0.74, 0.11. Web safe color of #dee33b is #cccc33. Color #dee33b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100011 00111011
Octal 336 343 73
Decimal 222 227 59
Hex DE E3 3B

RGB Percentages of Color #dee33b

%43.70
%44.69
%11.61

CMYK Percentages of Color #dee33b

%2
%0
%74
%11

Triadic Colors of #dee33b

#dee33b #3bdee3 #e33bde

Analogous Colors of #dee33b

#dee33b #8ae33b #e3943b

Monochromatic Colors of #dee33b

#dee33b

Complementary Color

#dee33b #403be3

#dee33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee33b Color CSS Codes

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

#dee33b Text Font Color

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

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


#dee33b Background Color

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

This div background color is #dee33b


#dee33b Border Color

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

This div border color is #dee33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee33b


Comments

No comments written yet.

Please login to write comment.