Color Hex Logo

#dafcbd Color Hex

#DAFCBD
(218,252,189)
0 Favorites   0 Comments

Color spaces of #dafcbd

RGB 218252189
HSL0.260.910.86
HSV92°25°99°
CMYK 0.130.000.25   0.01
XYZ72.909288.200461.3258
Yxy88.20040.32780.3965
Hunter Lab93.9151-25.776227.0246
CIE-Lab95.2453-21.801526.6348

#dafcbd color RGB value is (218,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111100 10111101
Octal 332 374 275
Decimal 218 252 189
Hex DA FC BD

RGB Percentages of Color #dafcbd

%33.08
%38.24
%28.68

CMYK Percentages of Color #dafcbd

%13
%0
%25
%1

Triadic Colors of #dafcbd

#dafcbd #bddafc #fcbdda

Analogous Colors of #dafcbd

#dafcbd #bdfcc0 #fafcbd

Monochromatic Colors of #dafcbd

#dafcbd

Complementary Color

#dafcbd #dfbdfc

#dafcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafcbd Color CSS Codes

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

#dafcbd Text Font Color

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

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


#dafcbd Background Color

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

This div background color is #dafcbd


#dafcbd Border Color

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

This div border color is #dafcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafcbd


Comments

No comments written yet.

Please login to write comment.