Color Hex Logo

#dafbe5 Color Hex

#DAFBE5
(218,251,229)
0 Favorites   0 Comments

Color spaces of #dafbe5

RGB 218251229
HSL0.390.800.92
HSV140°13°98°
CMYK 0.130.000.09   0.02
XYZ77.553589.556987.3275
Yxy89.55690.30480.3520
Hunter Lab94.6345-19.328711.5321
CIE-Lab95.8127-14.72806.9600

#dafbe5 color RGB value is (218,251,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11100101
Octal 332 373 345
Decimal 218 251 229
Hex DA FB E5

RGB Percentages of Color #dafbe5

%31.23
%35.96
%32.81

CMYK Percentages of Color #dafbe5

%13
%0
%9
%2

Triadic Colors of #dafbe5

#dafbe5 #e5dafb #fbe5da

Analogous Colors of #dafbe5

#dafbe5 #dafbf6 #e0fbda

Monochromatic Colors of #dafbe5

#dafbe5

Complementary Color

#dafbe5 #fbdaf0

#dafbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbe5 Color CSS Codes

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

#dafbe5 Text Font Color

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

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


#dafbe5 Background Color

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

This div background color is #dafbe5


#dafbe5 Border Color

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

This div border color is #dafbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbe5


Comments

No comments written yet.

Please login to write comment.