Color Hex Logo

#deee0b Color Hex

#DEEE0B
(222,238,11)
0 Favorites   0 Comments

Color spaces of #deee0b

RGB 22223811
HSL0.180.910.49
HSV64°95°93°
CMYK 0.070.000.95   0.07
XYZ60.759176.702811.9194
Yxy76.70280.40670.5135
Hunter Lab87.5801-29.430153.2369
CIE-Lab90.1846-26.973287.4028

#deee0b color RGB value is (222,238,11).

#deee0b hex color red value is 222, green value is 238 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #deee0b hue: 0.18 , saturation: 0.91 and the lightness value of deee0b is 0.49.

The process color (four color CMYK) of #deee0b color hex is 0.07, 0.00, 0.95, 0.07. Web safe color of #deee0b is #ccff00. Color #deee0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101110 00001011
Octal 336 356 13
Decimal 222 238 11
Hex DE EE B

RGB Percentages of Color #deee0b

%47.13
%50.53
%2.34

CMYK Percentages of Color #deee0b

%7
%0
%95
%7

Triadic Colors of #deee0b

#deee0b #0bdeee #ee0bde

Analogous Colors of #deee0b

#deee0b #6dee0b #ee8d0b

Monochromatic Colors of #deee0b

#deee0b

Complementary Color

#deee0b #1b0bee

#deee0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deee0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#deee0b Color CSS Codes

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

#deee0b Text Font Color

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

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


#deee0b Background Color

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

This div background color is #deee0b


#deee0b Border Color

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

This div border color is #deee0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deee0b


Comments

No comments written yet.

Please login to write comment.