Color Hex Logo

#daffbb Color Hex

#DAFFBB
(218,255,187)
0 Favorites   0 Comments

Color spaces of #daffbb

RGB 218255187
HSL0.261.000.87
HSV93°27°100°
CMYK 0.150.000.27   0.00
XYZ73.643190.013360.5066
Yxy90.01330.32850.4016
Hunter Lab94.8753-27.478528.6006
CIE-Lab96.0023-23.533928.6787

#daffbb color RGB value is (218,255,187).

#daffbb hex color red value is 218, green value is 255 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #daffbb hue: 0.26 , saturation: 1.00 and the lightness value of daffbb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10111011
Octal 332 377 273
Decimal 218 255 187
Hex DA FF BB

RGB Percentages of Color #daffbb

%33.03
%38.64
%28.33

CMYK Percentages of Color #daffbb

%15
%0
%27
%0

Triadic Colors of #daffbb

#daffbb #bbdaff #ffbbda

Analogous Colors of #daffbb

#daffbb #bbffbe #fcffbb

Monochromatic Colors of #daffbb

#daffbb

Complementary Color

#daffbb #e0bbff

#daffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffbb Color CSS Codes

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

#daffbb Text Font Color

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

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


#daffbb Background Color

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

This div background color is #daffbb


#daffbb Border Color

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

This div border color is #daffbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,255,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 #daffbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffbb

Related Colors


Comments

No comments written yet.

Please login to write comment.