Color Hex Logo

#daebed Color Hex

#DAEBED
(218,235,237)
0 Favorites   0 Comments

Color spaces of #daebed

RGB 218235237
HSL0.520.350.89
HSV186°93°
CMYK 0.080.010.00   0.07
XYZ73.907880.436591.7512
Yxy80.43650.30030.3269
Hunter Lab89.6864-9.85482.1255
CIE-Lab91.8804-5.2174-2.9060

#daebed color RGB value is (218,235,237).

#daebed hex color red value is 218, green value is 235 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #daebed hue: 0.52 , saturation: 0.35 and the lightness value of daebed is 0.89.

The process color (four color CMYK) of #daebed color hex is 0.08, 0.01, 0.00, 0.07. Web safe color of #daebed is #ccffff. Color #daebed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11101101
Octal 332 353 355
Decimal 218 235 237
Hex DA EB ED

RGB Percentages of Color #daebed

%31.59
%34.06
%34.35

CMYK Percentages of Color #daebed

%8
%1
%0
%7

Triadic Colors of #daebed

#daebed #eddaeb #ebedda

Analogous Colors of #daebed

#daebed #dae2ed #daede6

Monochromatic Colors of #daebed

#daebed

Complementary Color

#daebed #eddcda

#daebed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebed Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebed Color CSS Codes

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

#daebed Text Font Color

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

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


#daebed Background Color

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

This div background color is #daebed


#daebed Border Color

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

This div border color is #daebed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebed


Comments

No comments written yet.

Please login to write comment.