Color Hex Logo

#d2effc Color Hex

#D2EFFC
(210,239,252)
0 Favorites   0 Comments

Color spaces of #d2effc

RGB 210239252
HSL0.550.880.91
HSV199°17°99°
CMYK 0.170.050.00   0.01
XYZ75.015582.4629104.0587
Yxy82.46290.28680.3153
Hunter Lab90.8091-11.4608-4.3744
CIE-Lab92.7788-6.8043-9.4518

#d2effc color RGB value is (210,239,252).

#d2effc hex color red value is 210, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d2effc hue: 0.55 , saturation: 0.88 and the lightness value of d2effc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101111 11111100
Octal 322 357 374
Decimal 210 239 252
Hex D2 EF FC

RGB Percentages of Color #d2effc

%29.96
%34.09
%35.95

CMYK Percentages of Color #d2effc

%17
%5
%0
%1

Triadic Colors of #d2effc

#d2effc #fcd2ef #effcd2

Analogous Colors of #d2effc

#d2effc #d2dafc #d2fcf4

Monochromatic Colors of #d2effc

#d2effc

Complementary Color

#d2effc #fcdfd2

#d2effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2effc Color CSS Codes

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

#d2effc Text Font Color

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

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


#d2effc Background Color

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

This div background color is #d2effc


#d2effc Border Color

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

This div border color is #d2effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2effc

Related Colors


Comments

No comments written yet.

Please login to write comment.