Color Hex Logo

#daf7b5 Color Hex

#DAF7B5
(218,247,181)
0 Favorites   0 Comments

Color spaces of #daf7b5

RGB 218247181
HSL0.240.800.84
HSV86°27°97°
CMYK 0.120.000.27   0.03
XYZ70.514784.763256.3605
Yxy84.76320.33320.4005
Hunter Lab92.0669-24.402728.1514
CIE-Lab93.7810-20.556528.6938

#daf7b5 color RGB value is (218,247,181).

#daf7b5 hex color red value is 218, green value is 247 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #daf7b5 hue: 0.24 , saturation: 0.80 and the lightness value of daf7b5 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110111 10110101
Octal 332 367 265
Decimal 218 247 181
Hex DA F7 B5

RGB Percentages of Color #daf7b5

%33.75
%38.24
%28.02

CMYK Percentages of Color #daf7b5

%12
%0
%27
%3

Triadic Colors of #daf7b5

#daf7b5 #b5daf7 #f7b5da

Analogous Colors of #daf7b5

#daf7b5 #b9f7b5 #f7f3b5

Monochromatic Colors of #daf7b5

#daf7b5

Complementary Color

#daf7b5 #d2b5f7

#daf7b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf7b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf7b5 Color CSS Codes

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

#daf7b5 Text Font Color

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

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


#daf7b5 Background Color

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

This div background color is #daf7b5


#daf7b5 Border Color

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

This div border color is #daf7b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf7b5

Related Colors


Comments

No comments written yet.

Please login to write comment.