Color Hex Logo

#deeb15 Color Hex

#DEEB15
(222,235,21)
0 Favorites   0 Comments

Color spaces of #deeb15

RGB 22223521
HSL0.180.840.50
HSV64°91°92°
CMYK 0.060.000.91   0.08
XYZ59.967975.000412.0253
Yxy75.00040.40800.5102
Hunter Lab86.6028-27.952952.3892
CIE-Lab89.3932-25.439485.7557

#deeb15 color RGB value is (222,235,21).

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

The process color (four color CMYK) of #deeb15 color hex is 0.06, 0.00, 0.91, 0.08. Web safe color of #deeb15 is #ccff00. Color #deeb15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101011 00010101
Octal 336 353 25
Decimal 222 235 21
Hex DE EB 15

RGB Percentages of Color #deeb15

%46.44
%49.16
%4.39

CMYK Percentages of Color #deeb15

%6
%0
%91
%8

Triadic Colors of #deeb15

#deeb15 #15deeb #eb15de

Analogous Colors of #deeb15

#deeb15 #73eb15 #eb8d15

Monochromatic Colors of #deeb15

#deeb15

Complementary Color

#deeb15 #2215eb

#deeb15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deeb15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deeb15 Color CSS Codes

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

#deeb15 Text Font Color

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

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


#deeb15 Background Color

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

This div background color is #deeb15


#deeb15 Border Color

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

This div border color is #deeb15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deeb15


Comments

No comments written yet.

Please login to write comment.