Color Hex Logo

#85ddfd Color Hex

#85DDFD
(133,221,253)
0 Favorites   0 Comments

Color spaces of #85ddfd

RGB 133221253
HSL0.540.970.76
HSV196°47°99°
CMYK 0.470.130.00   0.01
XYZ53.258963.7913102.4344
Yxy63.79130.24270.2906
Hunter Lab79.8695-20.7434-20.1322
CIE-Lab83.8570-18.2055-23.8038

#85ddfd color RGB value is (133,221,253).

#85ddfd hex color red value is 133, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #85ddfd hue: 0.54 , saturation: 0.97 and the lightness value of 85ddfd is 0.76.

The process color (four color CMYK) of #85ddfd color hex is 0.47, 0.13, 0.00, 0.01. Web safe color of #85ddfd is #99ccff. Color #85ddfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11011101 11111101
Octal 205 335 375
Decimal 133 221 253
Hex 85 DD FD

RGB Percentages of Color #85ddfd

%21.91
%36.41
%41.68

CMYK Percentages of Color #85ddfd

%47
%13
%0
%1

Triadic Colors of #85ddfd

#85ddfd #fd85dd #ddfd85

Analogous Colors of #85ddfd

#85ddfd #85a1fd #85fde1

Monochromatic Colors of #85ddfd

#85ddfd

Complementary Color

#85ddfd #fda585

#85ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ddfd Color CSS Codes

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

#85ddfd Text Font Color

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

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


#85ddfd Background Color

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

This div background color is #85ddfd


#85ddfd Border Color

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

This div border color is #85ddfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,221,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85ddfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85ddfd;
  -webkit-box-shadow: 1px 1px 3px 2px #85ddfd;
  box-shadow:         1px 1px 3px 2px #85ddfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,221,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ddfd

Related Colors


Comments

No comments written yet.

Please login to write comment.