Color Hex Logo

#d3efff Color Hex

#D3EFFF
(211,239,255)
0 Favorites   0 Comments

Color spaces of #d3efff

RGB 211239255
HSL0.561.000.91
HSV202°17°100°
CMYK 0.170.060.00   0.00
XYZ75.780582.8019106.5960
Yxy82.80190.28580.3122
Hunter Lab90.9955-10.5886-5.7579
CIE-Lab92.9276-5.8805-10.7835

#d3efff color RGB value is (211,239,255).

#d3efff hex color red value is 211, green value is 239 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d3efff hue: 0.56 , saturation: 1.00 and the lightness value of d3efff is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101111 11111111
Octal 323 357 377
Decimal 211 239 255
Hex D3 EF FF

RGB Percentages of Color #d3efff

%29.93
%33.90
%36.17

CMYK Percentages of Color #d3efff

%17
%6
%0
%0

Triadic Colors of #d3efff

#d3efff #ffd3ef #efffd3

Analogous Colors of #d3efff

#d3efff #d3d9ff #d3fff9

Monochromatic Colors of #d3efff

#d3efff

Complementary Color

#d3efff #ffe3d3

#d3efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3efff Color CSS Codes

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

#d3efff Text Font Color

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

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


#d3efff Background Color

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

This div background color is #d3efff


#d3efff Border Color

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

This div border color is #d3efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3efff


Comments

No comments written yet.

Please login to write comment.