Color Hex Logo

#daf8be Color Hex

#DAF8BE
(218,248,190)
0 Favorites   0 Comments

Color spaces of #daf8be

RGB 218248190
HSL0.250.810.86
HSV91°23°97°
CMYK 0.120.000.23   0.03
XYZ71.775185.757961.4852
Yxy85.75790.32770.3916
Hunter Lab92.6056-23.711125.4585
CIE-Lab94.2087-19.719324.7047

#daf8be color RGB value is (218,248,190).

#daf8be hex color red value is 218, green value is 248 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #daf8be hue: 0.25 , saturation: 0.81 and the lightness value of daf8be is 0.86.

The process color (four color CMYK) of #daf8be color hex is 0.12, 0.00, 0.23, 0.03. Web safe color of #daf8be is #ccffcc. Color #daf8be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 10111110
Octal 332 370 276
Decimal 218 248 190
Hex DA F8 BE

RGB Percentages of Color #daf8be

%33.23
%37.80
%28.96

CMYK Percentages of Color #daf8be

%12
%0
%23
%3

Triadic Colors of #daf8be

#daf8be #bedaf8 #f8beda

Analogous Colors of #daf8be

#daf8be #bef8bf #f7f8be

Monochromatic Colors of #daf8be

#daf8be

Complementary Color

#daf8be #dcbef8

#daf8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf8be Color CSS Codes

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

#daf8be Text Font Color

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

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


#daf8be Background Color

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

This div background color is #daf8be


#daf8be Border Color

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

This div border color is #daf8be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,248,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 #daf8be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf8be


Comments

No comments written yet.

Please login to write comment.