Color Hex Logo

#d2edfe Color Hex

#D2EDFE
(210,237,254)
0 Favorites   0 Comments

Color spaces of #d2edfe

RGB 210237254
HSL0.560.960.91
HSV203°17°100°
CMYK 0.170.070.00   0.00
XYZ74.751981.4258105.5428
Yxy81.42580.28560.3111
Hunter Lab90.2362-10.0436-6.1818
CIE-Lab92.3208-5.3723-11.1735

#d2edfe color RGB value is (210,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101101 11111110
Octal 322 355 376
Decimal 210 237 254
Hex D2 ED FE

RGB Percentages of Color #d2edfe

%29.96
%33.81
%36.23

CMYK Percentages of Color #d2edfe

%17
%7
%0
%0

Triadic Colors of #d2edfe

#d2edfe #fed2ed #edfed2

Analogous Colors of #d2edfe

#d2edfe #d2d7fe #d2fef9

Monochromatic Colors of #d2edfe

#d2edfe

Complementary Color

#d2edfe #fee3d2

#d2edfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2edfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2edfe Color CSS Codes

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

#d2edfe Text Font Color

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

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


#d2edfe Background Color

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

This div background color is #d2edfe


#d2edfe Border Color

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

This div border color is #d2edfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2edfe

Related Colors


Comments

No comments written yet.

Please login to write comment.