Color Hex Logo

#dafadb Color Hex

#DAFADB
(218,250,219)
0 Favorites   0 Comments

Color spaces of #dafadb

RGB 218250219
HSL0.340.760.92
HSV122°13°98°
CMYK 0.130.000.12   0.02
XYZ75.885288.391180.0794
Yxy88.39110.31060.3617
Hunter Lab94.0165-20.453115.3108
CIE-Lab95.3254-16.002211.4099

#dafadb color RGB value is (218,250,219).

#dafadb hex color red value is 218, green value is 250 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dafadb hue: 0.34 , saturation: 0.76 and the lightness value of dafadb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111010 11011011
Octal 332 372 333
Decimal 218 250 219
Hex DA FA DB

RGB Percentages of Color #dafadb

%31.73
%36.39
%31.88

CMYK Percentages of Color #dafadb

%13
%0
%12
%2

Triadic Colors of #dafadb

#dafadb #dbdafa #fadbda

Analogous Colors of #dafadb

#dafadb #dafaeb #e9fada

Monochromatic Colors of #dafadb

#dafadb

Complementary Color

#dafadb #fadaf9

#dafadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafadb Color CSS Codes

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

#dafadb Text Font Color

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

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


#dafadb Background Color

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

This div background color is #dafadb


#dafadb Border Color

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

This div border color is #dafadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafadb

Related Colors


Comments

No comments written yet.

Please login to write comment.