Color Hex Logo

#daefeb Color Hex

#DAEFEB
(218,239,235)
0 Favorites   0 Comments

Color spaces of #daefeb

RGB 218239235
HSL0.470.400.90
HSV169°94°
CMYK 0.090.000.02   0.06
XYZ74.775382.636690.6066
Yxy82.63660.30150.3332
Hunter Lab90.9047-12.25474.5377
CIE-Lab92.8551-7.6270-0.4366

#daefeb color RGB value is (218,239,235).

#daefeb hex color red value is 218, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #daefeb hue: 0.47 , saturation: 0.40 and the lightness value of daefeb is 0.90.

The process color (four color CMYK) of #daefeb color hex is 0.09, 0.00, 0.02, 0.06. Web safe color of #daefeb is #ccffff. Color #daefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11101011
Octal 332 357 353
Decimal 218 239 235
Hex DA EF EB

RGB Percentages of Color #daefeb

%31.50
%34.54
%33.96

CMYK Percentages of Color #daefeb

%9
%0
%2
%6

Triadic Colors of #daefeb

#daefeb #ebdaef #efebda

Analogous Colors of #daefeb

#daefeb #dae9ef #daefe1

Monochromatic Colors of #daefeb

#daefeb

Complementary Color

#daefeb #efdade

#daefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daefeb Color CSS Codes

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

#daefeb Text Font Color

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

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


#daefeb Background Color

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

This div background color is #daefeb


#daefeb Border Color

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

This div border color is #daefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daefeb


Comments

No comments written yet.

Please login to write comment.