Color Hex Logo

#dafcb9 Color Hex

#DAFCB9
(218,252,185)
0 Favorites   0 Comments

Color spaces of #dafcb9

RGB 218252185
HSL0.250.920.86
HSV90°27°99°
CMYK 0.130.000.27   0.01
XYZ72.480888.029059.0701
Yxy88.02900.33010.4009
Hunter Lab93.8238-26.296728.3485
CIE-Lab95.1732-22.388928.5609

#dafcb9 color RGB value is (218,252,185).

#dafcb9 hex color red value is 218, green value is 252 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #dafcb9 hue: 0.25 , saturation: 0.92 and the lightness value of dafcb9 is 0.86.

The process color (four color CMYK) of #dafcb9 color hex is 0.13, 0.00, 0.27, 0.01. Web safe color of #dafcb9 is #ccffcc. Color #dafcb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10111001
Octal 332 374 271
Decimal 218 252 185
Hex DA FC B9

RGB Percentages of Color #dafcb9

%33.28
%38.47
%28.24

CMYK Percentages of Color #dafcb9

%13
%0
%27
%1

Triadic Colors of #dafcb9

#dafcb9 #b9dafc #fcb9da

Analogous Colors of #dafcb9

#dafcb9 #b9fcba #fcfcb9

Monochromatic Colors of #dafcb9

#dafcb9

Complementary Color

#dafcb9 #dbb9fc

#dafcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcb9 Color CSS Codes

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

#dafcb9 Text Font Color

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

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


#dafcb9 Background Color

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

This div background color is #dafcb9


#dafcb9 Border Color

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

This div border color is #dafcb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,252,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dafcb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dafcb9;
  -webkit-box-shadow: 1px 1px 3px 2px #dafcb9;
  box-shadow:         1px 1px 3px 2px #dafcb9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,252,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcb9

Related Colors


Comments

No comments written yet.

Please login to write comment.