Color Hex Logo

#dafbec Color Hex

#DAFBEC
(218,251,236)
0 Favorites   0 Comments

Color spaces of #dafbec

RGB 218251236
HSL0.420.800.92
HSV153°13°98°
CMYK 0.130.000.06   0.02
XYZ78.550989.955992.5800
Yxy89.95590.30090.3445
Hunter Lab94.8451-18.14488.5175
CIE-Lab95.9785-13.44833.5926

#dafbec color RGB value is (218,251,236).

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

The process color (four color CMYK) of #dafbec color hex is 0.13, 0.00, 0.06, 0.02. Web safe color of #dafbec is #ccffff. Color #dafbec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11101100
Octal 332 373 354
Decimal 218 251 236
Hex DA FB EC

RGB Percentages of Color #dafbec

%30.92
%35.60
%33.48

CMYK Percentages of Color #dafbec

%13
%0
%6
%2

Triadic Colors of #dafbec

#dafbec #ecdafb #fbecda

Analogous Colors of #dafbec

#dafbec #dafafb #dafbdc

Monochromatic Colors of #dafbec

#dafbec

Complementary Color

#dafbec #fbdae9

#dafbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbec Color CSS Codes

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

#dafbec Text Font Color

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

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


#dafbec Background Color

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

This div background color is #dafbec


#dafbec Border Color

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

This div border color is #dafbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbec


Comments

No comments written yet.

Please login to write comment.