Color Hex Logo

#daf0be Color Hex

#DAF0BE
(218,240,190)
0 Favorites   0 Comments

Color spaces of #daf0be

RGB 218240190
HSL0.240.630.84
HSV86°21°94°
CMYK 0.090.000.21   0.06
XYZ69.367880.943360.6827
Yxy80.94330.32880.3836
Hunter Lab89.9685-19.817222.9875
CIE-Lab92.1065-15.806121.8024

#daf0be color RGB value is (218,240,190).

#daf0be hex color red value is 218, green value is 240 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #daf0be hue: 0.24 , saturation: 0.63 and the lightness value of daf0be is 0.84.

The process color (four color CMYK) of #daf0be color hex is 0.09, 0.00, 0.21, 0.06. Web safe color of #daf0be is #ccffcc. Color #daf0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110000 10111110
Octal 332 360 276
Decimal 218 240 190
Hex DA F0 BE

RGB Percentages of Color #daf0be

%33.64
%37.04
%29.32

CMYK Percentages of Color #daf0be

%9
%0
%21
%6

Triadic Colors of #daf0be

#daf0be #bedaf0 #f0beda

Analogous Colors of #daf0be

#daf0be #c1f0be #f0edbe

Monochromatic Colors of #daf0be

#daf0be

Complementary Color

#daf0be #d4bef0

#daf0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf0be Color CSS Codes

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

#daf0be Text Font Color

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

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


#daf0be Background Color

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

This div background color is #daf0be


#daf0be Border Color

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

This div border color is #daf0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf0be


Comments

No comments written yet.

Please login to write comment.