Color Hex Logo

#dadfeb Color Hex

#DADFEB
(218,223,235)
0 Favorites   0 Comments

Color spaces of #dadfeb

RGB 218223235
HSL0.620.300.89
HSV222°92°
CMYK 0.070.050.00   0.08
XYZ70.296573.678989.1137
Yxy73.67890.30160.3161
Hunter Lab85.8364-4.0296-1.4682
CIE-Lab88.77050.5730-6.4401

#dadfeb color RGB value is (218,223,235).

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

The process color (four color CMYK) of #dadfeb color hex is 0.07, 0.05, 0.00, 0.08. Web safe color of #dadfeb is #ccccff. Color #dadfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011111 11101011
Octal 332 337 353
Decimal 218 223 235
Hex DA DF EB

RGB Percentages of Color #dadfeb

%32.25
%32.99
%34.76

CMYK Percentages of Color #dadfeb

%7
%5
%0
%8

Triadic Colors of #dadfeb

#dadfeb #ebdadf #dfebda

Analogous Colors of #dadfeb

#dadfeb #dedaeb #dae8eb

Monochromatic Colors of #dadfeb

#dadfeb

Complementary Color

#dadfeb #ebe6da

#dadfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadfeb Color CSS Codes

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

#dadfeb Text Font Color

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

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


#dadfeb Background Color

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

This div background color is #dadfeb


#dadfeb Border Color

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

This div border color is #dadfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadfeb


Comments

No comments written yet.

Please login to write comment.