Color Hex Logo

#d2ebfe Color Hex

#D2EBFE
(210,235,254)
0 Favorites   0 Comments

Color spaces of #d2ebfe

RGB 210235254
HSL0.570.960.91
HSV206°17°100°
CMYK 0.170.070.00   0.00
XYZ74.176180.2741105.3509
Yxy80.27410.28550.3090
Hunter Lab89.5958-9.0131-6.9989
CIE-Lab91.8077-4.3486-11.9382

#d2ebfe color RGB value is (210,235,254).

#d2ebfe hex color red value is 210, green value is 235 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d2ebfe hue: 0.57 , saturation: 0.96 and the lightness value of d2ebfe is 0.91.

The process color (four color CMYK) of #d2ebfe color hex is 0.17, 0.07, 0.00, 0.00. Web safe color of #d2ebfe is #ccffff. Color #d2ebfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101011 11111110
Octal 322 353 376
Decimal 210 235 254
Hex D2 EB FE

RGB Percentages of Color #d2ebfe

%30.04
%33.62
%36.34

CMYK Percentages of Color #d2ebfe

%17
%7
%0
%0

Triadic Colors of #d2ebfe

#d2ebfe #fed2eb #ebfed2

Analogous Colors of #d2ebfe

#d2ebfe #d2d5fe #d2fefb

Monochromatic Colors of #d2ebfe

#d2ebfe

Complementary Color

#d2ebfe #fee5d2

#d2ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ebfe Color CSS Codes

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

#d2ebfe Text Font Color

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

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


#d2ebfe Background Color

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

This div background color is #d2ebfe


#d2ebfe Border Color

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

This div border color is #d2ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ebfe


Comments

No comments written yet.

Please login to write comment.