Color Hex Logo

#dafbce Color Hex

#DAFBCE
(218,251,206)
0 Favorites   0 Comments

Color spaces of #dafbce

RGB 218251206
HSL0.290.850.90
HSV104°18°98°
CMYK 0.130.000.18   0.02
XYZ74.551288.356071.5177
Yxy88.35600.31800.3769
Hunter Lab93.9979-22.925120.6881
CIE-Lab95.3106-18.672818.0623

#dafbce color RGB value is (218,251,206).

#dafbce hex color red value is 218, green value is 251 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dafbce hue: 0.29 , saturation: 0.85 and the lightness value of dafbce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 11001110
Octal 332 373 316
Decimal 218 251 206
Hex DA FB CE

RGB Percentages of Color #dafbce

%32.30
%37.19
%30.52

CMYK Percentages of Color #dafbce

%13
%0
%18
%2

Triadic Colors of #dafbce

#dafbce #cedafb #fbceda

Analogous Colors of #dafbce

#dafbce #cefbd9 #f1fbce

Monochromatic Colors of #dafbce

#dafbce

Complementary Color

#dafbce #efcefb

#dafbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbce Color CSS Codes

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

#dafbce Text Font Color

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

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


#dafbce Background Color

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

This div background color is #dafbce


#dafbce Border Color

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

This div border color is #dafbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbce

Related Colors

#dafbce Color Palettes


Comments

No comments written yet.

Please login to write comment.