Color Hex Logo

#85abfc Color Hex

#85ABFC
(133,171,252)
1 Favorites   0 Comments

Color spaces of #85abfc

RGB 133171252
HSL0.610.950.75
HSV221°47°99°
CMYK 0.470.320.00   0.01
XYZ41.806541.140697.8330
Yxy41.14060.23130.2276
Hunter Lab64.14094.0981-45.5353
CIE-Lab70.27438.3802-44.2428

#85abfc color RGB value is (133,171,252).

#85abfc hex color red value is 133, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #85abfc hue: 0.61 , saturation: 0.95 and the lightness value of 85abfc is 0.75.

The process color (four color CMYK) of #85abfc color hex is 0.47, 0.32, 0.00, 0.01. Web safe color of #85abfc is #9999ff. Color #85abfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 11111100
Octal 205 253 374
Decimal 133 171 252
Hex 85 AB FC

RGB Percentages of Color #85abfc

%23.92
%30.76
%45.32

CMYK Percentages of Color #85abfc

%47
%32
%0
%1

Triadic Colors of #85abfc

#85abfc #fc85ab #abfc85

Analogous Colors of #85abfc

#85abfc #9b85fc #85e7fc

Monochromatic Colors of #85abfc

#85abfc

Complementary Color

#85abfc #fcd685

#85abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abfc Color CSS Codes

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

#85abfc Text Font Color

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

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


#85abfc Background Color

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

This div background color is #85abfc


#85abfc Border Color

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

This div border color is #85abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abfc

Related Colors


Comments

No comments written yet.

Please login to write comment.