Color Hex Logo

#d0fab3 Color Hex

#D0FAB3
(208,250,179)
0 Favorites   0 Comments

Color spaces of #d0fab3

RGB 208250179
HSL0.270.880.84
HSV95°28°98°
CMYK 0.170.000.28   0.02
XYZ68.334785.035855.4598
Yxy85.03580.32720.4072
Hunter Lab92.2149-29.100728.8922
CIE-Lab93.8985-25.776629.7565

#d0fab3 color RGB value is (208,250,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111010 10110011
Octal 320 372 263
Decimal 208 250 179
Hex D0 FA B3

RGB Percentages of Color #d0fab3

%32.65
%39.25
%28.10

CMYK Percentages of Color #d0fab3

%17
%0
%28
%2

Triadic Colors of #d0fab3

#d0fab3 #b3d0fa #fab3d0

Analogous Colors of #d0fab3

#d0fab3 #b3faba #f4fab3

Monochromatic Colors of #d0fab3

#d0fab3

Complementary Color

#d0fab3 #ddb3fa

#d0fab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fab3 Color CSS Codes

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

#d0fab3 Text Font Color

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

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


#d0fab3 Background Color

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

This div background color is #d0fab3


#d0fab3 Border Color

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

This div border color is #d0fab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fab3


Comments

No comments written yet.

Please login to write comment.