Color Hex Logo

#dafbe1 Color Hex

#DAFBE1
(218,251,225)
0 Favorites   0 Comments

Color spaces of #dafbe1

RGB 218251225
HSL0.370.800.92
HSV133°13°98°
CMYK 0.130.000.10   0.02
XYZ77.001289.336084.4193
Yxy89.33600.30710.3563
Hunter Lab94.5177-19.986613.2070
CIE-Lab95.7207-15.44328.8874

#dafbe1 color RGB value is (218,251,225).

#dafbe1 hex color red value is 218, green value is 251 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dafbe1 hue: 0.37 , saturation: 0.80 and the lightness value of dafbe1 is 0.92.

The process color (four color CMYK) of #dafbe1 color hex is 0.13, 0.00, 0.10, 0.02. Web safe color of #dafbe1 is #ccffcc. Color #dafbe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11100001
Octal 332 373 341
Decimal 218 251 225
Hex DA FB E1

RGB Percentages of Color #dafbe1

%31.41
%36.17
%32.42

CMYK Percentages of Color #dafbe1

%13
%0
%10
%2

Triadic Colors of #dafbe1

#dafbe1 #e1dafb #fbe1da

Analogous Colors of #dafbe1

#dafbe1 #dafbf2 #e4fbda

Monochromatic Colors of #dafbe1

#dafbe1

Complementary Color

#dafbe1 #fbdaf4

#dafbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbe1 Color CSS Codes

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

#dafbe1 Text Font Color

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

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


#dafbe1 Background Color

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

This div background color is #dafbe1


#dafbe1 Border Color

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

This div border color is #dafbe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbe1


Comments

No comments written yet.

Please login to write comment.