Color Hex Logo

#dafebb Color Hex

#DAFEBB
(218,254,187)
0 Favorites   0 Comments

Color spaces of #dafebb

RGB 218254187
HSL0.260.970.86
HSV92°26°100°
CMYK 0.140.000.26   0.00
XYZ73.324989.376960.4005
Yxy89.37690.32870.4006
Hunter Lab94.5394-26.998928.2976
CIE-Lab95.7377-23.055928.3187

#dafebb color RGB value is (218,254,187).

#dafebb hex color red value is 218, green value is 254 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dafebb hue: 0.26 , saturation: 0.97 and the lightness value of dafebb is 0.86.

The process color (four color CMYK) of #dafebb color hex is 0.14, 0.00, 0.26, 0.00. Web safe color of #dafebb is #ccffcc. Color #dafebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111110 10111011
Octal 332 376 273
Decimal 218 254 187
Hex DA FE BB

RGB Percentages of Color #dafebb

%33.08
%38.54
%28.38

CMYK Percentages of Color #dafebb

%14
%0
%26
%0

Triadic Colors of #dafebb

#dafebb #bbdafe #febbda

Analogous Colors of #dafebb

#dafebb #bbfebe #fcfebb

Monochromatic Colors of #dafebb

#dafebb

Complementary Color

#dafebb #dfbbfe

#dafebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafebb Color CSS Codes

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

#dafebb Text Font Color

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

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


#dafebb Background Color

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

This div background color is #dafebb


#dafebb Border Color

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

This div border color is #dafebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafebb


Comments

No comments written yet.

Please login to write comment.