Color Hex Logo

#d8f932 Color Hex

#D8F932
(216,249,50)
0 Favorites   0 Comments

Color spaces of #d8f932

RGB 21624950
HSL0.190.940.59
HSV70°80°98°
CMYK 0.130.000.80   0.02
XYZ62.770382.580615.6489
Yxy82.58060.38990.5129
Hunter Lab90.8739-35.732053.4017
CIE-Lab92.8305-33.676882.8766

#d8f932 color RGB value is (216,249,50).

#d8f932 hex color red value is 216, green value is 249 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d8f932 hue: 0.19 , saturation: 0.94 and the lightness value of d8f932 is 0.59.

The process color (four color CMYK) of #d8f932 color hex is 0.13, 0.00, 0.80, 0.02. Web safe color of #d8f932 is #ccff33. Color #d8f932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11111001 00110010
Octal 330 371 62
Decimal 216 249 50
Hex D8 F9 32

RGB Percentages of Color #d8f932

%41.94
%48.35
%9.71

CMYK Percentages of Color #d8f932

%13
%0
%80
%2

Triadic Colors of #d8f932

#d8f932 #32d8f9 #f932d8

Analogous Colors of #d8f932

#d8f932 #75f932 #f9b732

Monochromatic Colors of #d8f932

#d8f932

Complementary Color

#d8f932 #5332f9

#d8f932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8f932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8f932 Color CSS Codes

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

#d8f932 Text Font Color

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

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


#d8f932 Background Color

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

This div background color is #d8f932


#d8f932 Border Color

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

This div border color is #d8f932


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8f932

Related Colors


Comments

No comments written yet.

Please login to write comment.