Color Hex Logo

#d3f5ff Color Hex

#D3F5FF
(211,245,255)
0 Favorites   0 Comments

Color spaces of #d3f5ff

RGB 211245255
HSL0.541.000.91
HSV194°17°100°
CMYK 0.170.040.00   0.00
XYZ77.566486.3737107.1913
Yxy86.37370.28610.3186
Hunter Lab92.9375-13.6629-3.3271
CIE-Lab94.4719-8.9230-8.4900

#d3f5ff color RGB value is (211,245,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11110101 11111111
Octal 323 365 377
Decimal 211 245 255
Hex D3 F5 FF

RGB Percentages of Color #d3f5ff

%29.68
%34.46
%35.86

CMYK Percentages of Color #d3f5ff

%17
%4
%0
%0

Triadic Colors of #d3f5ff

#d3f5ff #ffd3f5 #f5ffd3

Analogous Colors of #d3f5ff

#d3f5ff #d3dfff #d3fff3

Monochromatic Colors of #d3f5ff

#d3f5ff

Complementary Color

#d3f5ff #ffddd3

#d3f5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3f5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3f5ff Color CSS Codes

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

#d3f5ff Text Font Color

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

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


#d3f5ff Background Color

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

This div background color is #d3f5ff


#d3f5ff Border Color

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

This div border color is #d3f5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3f5ff

Related Colors


Comments

No comments written yet.

Please login to write comment.