Color Hex Logo

#daebf3 Color Hex

#DAEBF3
(218,235,243)
0 Favorites   0 Comments

Color spaces of #daebf3

RGB 218235243
HSL0.550.510.90
HSV199°10°95°
CMYK 0.100.030.00   0.05
XYZ74.799480.793296.4463
Yxy80.79320.29680.3206
Hunter Lab89.8850-8.7569-0.6984
CIE-Lab92.0396-4.0623-5.8003

#daebf3 color RGB value is (218,235,243).

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

The process color (four color CMYK) of #daebf3 color hex is 0.10, 0.03, 0.00, 0.05. Web safe color of #daebf3 is #ccffff. Color #daebf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101011 11110011
Octal 332 353 363
Decimal 218 235 243
Hex DA EB F3

RGB Percentages of Color #daebf3

%31.32
%33.76
%34.91

CMYK Percentages of Color #daebf3

%10
%3
%0
%5

Triadic Colors of #daebf3

#daebf3 #f3daeb #ebf3da

Analogous Colors of #daebf3

#daebf3 #dadff3 #daf3ef

Monochromatic Colors of #daebf3

#daebf3

Complementary Color

#daebf3 #f3e2da

#daebf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daebf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daebf3 Color CSS Codes

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

#daebf3 Text Font Color

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

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


#daebf3 Background Color

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

This div background color is #daebf3


#daebf3 Border Color

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

This div border color is #daebf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daebf3

#daebf3 Color Palettes


Comments

No comments written yet.

Please login to write comment.