Color Hex Logo

#daeceb Color Hex

#DAECEB
(218,236,235)
0 Favorites   0 Comments

Color spaces of #daeceb

RGB 218236235
HSL0.490.320.89
HSV177°93°
CMYK 0.080.000.00   0.07
XYZ73.904380.894590.3163
Yxy80.89450.30150.3300
Hunter Lab89.9414-10.72503.4218
CIE-Lab92.0847-6.1056-1.5637

#daeceb color RGB value is (218,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11101011
Octal 332 354 353
Decimal 218 236 235
Hex DA EC EB

RGB Percentages of Color #daeceb

%31.64
%34.25
%34.11

CMYK Percentages of Color #daeceb

%8
%0
%0
%7

Triadic Colors of #daeceb

#daeceb #ebdaec #ecebda

Analogous Colors of #daeceb

#daeceb #dae4ec #daece2

Monochromatic Colors of #daeceb

#daeceb

Complementary Color

#daeceb #ecdadb

#daeceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeceb Color CSS Codes

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

#daeceb Text Font Color

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

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


#daeceb Background Color

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

This div background color is #daeceb


#daeceb Border Color

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

This div border color is #daeceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeceb


Comments

No comments written yet.

Please login to write comment.