Color Hex Logo

#daffb4 Color Hex

#DAFFB4
(218,255,180)
0 Favorites   0 Comments

Color spaces of #daffb4

RGB 218255180
HSL0.251.000.85
HSV90°29°100°
CMYK 0.150.000.29   0.00
XYZ72.911789.720756.6550
Yxy89.72070.33250.4091
Hunter Lab94.7210-28.361030.8419
CIE-Lab95.8808-24.535632.0350

#daffb4 color RGB value is (218,255,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 10110100
Octal 332 377 264
Decimal 218 255 180
Hex DA FF B4

RGB Percentages of Color #daffb4

%33.38
%39.05
%27.57

CMYK Percentages of Color #daffb4

%15
%0
%29
%0

Triadic Colors of #daffb4

#daffb4 #b4daff #ffb4da

Analogous Colors of #daffb4

#daffb4 #b5ffb4 #ffffb4

Monochromatic Colors of #daffb4

#daffb4

Complementary Color

#daffb4 #d9b4ff

#daffb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffb4 Color CSS Codes

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

#daffb4 Text Font Color

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

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


#daffb4 Background Color

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

This div background color is #daffb4


#daffb4 Border Color

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

This div border color is #daffb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffb4


Comments

No comments written yet.

Please login to write comment.