Color Hex Logo

#85f4fd Color Hex

#85F4FD
(133,244,253)
0 Favorites   0 Comments

Color spaces of #85f4fd

RGB 133244253
HSL0.510.970.76
HSV185°47°99°
CMYK 0.470.040.00   0.01
XYZ59.753276.7798104.5992
Yxy76.77980.24780.3184
Hunter Lab87.6241-31.6182-9.4392
CIE-Lab90.2202-29.5164-14.2037

#85f4fd color RGB value is (133,244,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11110100 11111101
Octal 205 364 375
Decimal 133 244 253
Hex 85 F4 FD

RGB Percentages of Color #85f4fd

%21.11
%38.73
%40.16

CMYK Percentages of Color #85f4fd

%47
%4
%0
%1

Triadic Colors of #85f4fd

#85f4fd #fd85f4 #f4fd85

Analogous Colors of #85f4fd

#85f4fd #85b8fd #85fdca

Monochromatic Colors of #85f4fd

#85f4fd

Complementary Color

#85f4fd #fd8e85

#85f4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85f4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85f4fd Color CSS Codes

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

#85f4fd Text Font Color

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

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


#85f4fd Background Color

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

This div background color is #85f4fd


#85f4fd Border Color

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

This div border color is #85f4fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,244,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 #85f4fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85f4fd


Comments

No comments written yet.

Please login to write comment.