Color Hex Logo

#d0fab4 Color Hex

#D0FAB4
(208,250,180)
0 Favorites   0 Comments

Color spaces of #d0fab4

RGB 208250180
HSL0.270.880.84
HSV96°28°98°
CMYK 0.170.000.28   0.02
XYZ68.436385.076455.9944
Yxy85.07640.32670.4061
Hunter Lab92.2369-28.974228.5725
CIE-Lab93.9160-25.630129.2751

#d0fab4 color RGB value is (208,250,180).

#d0fab4 hex color red value is 208, green value is 250 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #d0fab4 hue: 0.27 , saturation: 0.88 and the lightness value of d0fab4 is 0.84.

The process color (four color CMYK) of #d0fab4 color hex is 0.17, 0.00, 0.28, 0.02. Web safe color of #d0fab4 is #ccffcc. Color #d0fab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111010 10110100
Octal 320 372 264
Decimal 208 250 180
Hex D0 FA B4

RGB Percentages of Color #d0fab4

%32.60
%39.18
%28.21

CMYK Percentages of Color #d0fab4

%17
%0
%28
%2

Triadic Colors of #d0fab4

#d0fab4 #b4d0fa #fab4d0

Analogous Colors of #d0fab4

#d0fab4 #b4fabb #f3fab4

Monochromatic Colors of #d0fab4

#d0fab4

Complementary Color

#d0fab4 #deb4fa

#d0fab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fab4 Color CSS Codes

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

#d0fab4 Text Font Color

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

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


#d0fab4 Background Color

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

This div background color is #d0fab4


#d0fab4 Border Color

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

This div border color is #d0fab4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,250,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0fab4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0fab4;
  -webkit-box-shadow: 1px 1px 3px 2px #d0fab4;
  box-shadow:         1px 1px 3px 2px #d0fab4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,250,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fab4


Comments

No comments written yet.

Please login to write comment.