Color Hex Logo

#d8f65f Color Hex

#D8F65F
(216,246,95)
0 Favorites   0 Comments

Color spaces of #d8f65f

RGB 21624695
HSL0.200.890.67
HSV72°61°96°
CMYK 0.120.000.61   0.04
XYZ63.340281.336723.1876
Yxy81.33670.37730.4845
Hunter Lab90.1869-32.462647.8870
CIE-Lab92.2813-29.995867.2578

#d8f65f color RGB value is (216,246,95).

#d8f65f hex color red value is 216, green value is 246 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d8f65f hue: 0.20 , saturation: 0.89 and the lightness value of d8f65f is 0.67.

The process color (four color CMYK) of #d8f65f color hex is 0.12, 0.00, 0.61, 0.04. Web safe color of #d8f65f is #ccff66. Color #d8f65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11110110 01011111
Octal 330 366 137
Decimal 216 246 95
Hex D8 F6 5F

RGB Percentages of Color #d8f65f

%38.78
%44.17
%17.06

CMYK Percentages of Color #d8f65f

%12
%0
%61
%4

Triadic Colors of #d8f65f

#d8f65f #5fd8f6 #f65fd8

Analogous Colors of #d8f65f

#d8f65f #8df65f #f6c95f

Monochromatic Colors of #d8f65f

#d8f65f

Complementary Color

#d8f65f #7d5ff6

#d8f65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8f65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8f65f Color CSS Codes

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

#d8f65f Text Font Color

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

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


#d8f65f Background Color

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

This div background color is #d8f65f


#d8f65f Border Color

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

This div border color is #d8f65f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,246,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8f65f


Comments

No comments written yet.

Please login to write comment.