Color Hex Logo

#dadfbb Color Hex

#DADFBB
(218,223,187)
0 Favorites   0 Comments

Color spaces of #dadfbb

RGB 218223187
HSL0.190.360.80
HSV68°16°87°
CMYK 0.020.000.16   0.13
XYZ64.270871.268657.3825
Yxy71.26860.33310.3694
Hunter Lab84.4207-11.841518.7939
CIE-Lab87.6153-7.755417.0986

#dadfbb color RGB value is (218,223,187).

#dadfbb hex color red value is 218, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dadfbb hue: 0.19 , saturation: 0.36 and the lightness value of dadfbb is 0.80.

The process color (four color CMYK) of #dadfbb color hex is 0.02, 0.00, 0.16, 0.13. Web safe color of #dadfbb is #cccccc. Color #dadfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 10111011
Octal 332 337 273
Decimal 218 223 187
Hex DA DF BB

RGB Percentages of Color #dadfbb

%34.71
%35.51
%29.78

CMYK Percentages of Color #dadfbb

%2
%0
%16
%13

Triadic Colors of #dadfbb

#dadfbb #bbdadf #dfbbda

Analogous Colors of #dadfbb

#dadfbb #c8dfbb #dfd2bb

Monochromatic Colors of #dadfbb

#dadfbb

Complementary Color

#dadfbb #c0bbdf

#dadfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfbb Color CSS Codes

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

#dadfbb Text Font Color

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

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


#dadfbb Background Color

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

This div background color is #dadfbb


#dadfbb Border Color

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

This div border color is #dadfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfbb


Comments

No comments written yet.

Please login to write comment.