Color Hex Logo

#d6eb32 Color Hex

#D6EB32
(214,235,50)
0 Favorites   0 Comments

Color spaces of #d6eb32

RGB 21423550
HSL0.190.820.56
HSV67°79°92°
CMYK 0.090.000.79   0.08
XYZ58.015673.943114.2323
Yxy73.94310.39680.5058
Hunter Lab85.9902-30.052950.3800
CIE-Lab88.8956-27.999879.3539

#d6eb32 color RGB value is (214,235,50).

#d6eb32 hex color red value is 214, green value is 235 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d6eb32 hue: 0.19 , saturation: 0.82 and the lightness value of d6eb32 is 0.56.

The process color (four color CMYK) of #d6eb32 color hex is 0.09, 0.00, 0.79, 0.08. Web safe color of #d6eb32 is #ccff33. Color #d6eb32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101011 00110010
Octal 326 353 62
Decimal 214 235 50
Hex D6 EB 32

RGB Percentages of Color #d6eb32

%42.89
%47.09
%10.02

CMYK Percentages of Color #d6eb32

%9
%0
%79
%8

Triadic Colors of #d6eb32

#d6eb32 #32d6eb #eb32d6

Analogous Colors of #d6eb32

#d6eb32 #7aeb32 #eba432

Monochromatic Colors of #d6eb32

#d6eb32

Complementary Color

#d6eb32 #4732eb

#d6eb32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eb32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eb32 Color CSS Codes

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

#d6eb32 Text Font Color

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

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


#d6eb32 Background Color

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

This div background color is #d6eb32


#d6eb32 Border Color

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

This div border color is #d6eb32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eb32


Comments

No comments written yet.

Please login to write comment.