Color Hex Logo

#d0e5fb Color Hex

#D0E5FB
(208,229,251)
0 Favorites   0 Comments

Color spaces of #d0e5fb

RGB 208229251
HSL0.590.840.90
HSV211°17°98°
CMYK 0.170.090.00   0.02
XYZ71.444376.4136102.2506
Yxy76.41360.28570.3055
Hunter Lab87.4149-7.0877-8.1621
CIE-Lab90.0510-2.4987-13.0072

#d0e5fb color RGB value is (208,229,251).

#d0e5fb hex color red value is 208, green value is 229 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d0e5fb hue: 0.59 , saturation: 0.84 and the lightness value of d0e5fb is 0.90.

The process color (four color CMYK) of #d0e5fb color hex is 0.17, 0.09, 0.00, 0.02. Web safe color of #d0e5fb is #ccccff. Color #d0e5fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100101 11111011
Octal 320 345 373
Decimal 208 229 251
Hex D0 E5 FB

RGB Percentages of Color #d0e5fb

%30.23
%33.28
%36.48

CMYK Percentages of Color #d0e5fb

%17
%9
%0
%2

Triadic Colors of #d0e5fb

#d0e5fb #fbd0e5 #e5fbd0

Analogous Colors of #d0e5fb

#d0e5fb #d1d0fb #d0fbfb

Monochromatic Colors of #d0e5fb

#d0e5fb

Complementary Color

#d0e5fb #fbe6d0

#d0e5fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e5fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e5fb Color CSS Codes

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

#d0e5fb Text Font Color

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

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


#d0e5fb Background Color

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

This div background color is #d0e5fb


#d0e5fb Border Color

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

This div border color is #d0e5fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,229,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0e5fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0e5fb;
  -webkit-box-shadow: 1px 1px 3px 2px #d0e5fb;
  box-shadow:         1px 1px 3px 2px #d0e5fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,229,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e5fb

Related Colors


Comments

No comments written yet.

Please login to write comment.