Color Hex Logo

#85b7fe Color Hex

#85B7FE
(133,183,254)
0 Favorites   0 Comments

Color spaces of #85b7fe

RGB 133183254
HSL0.600.980.76
HSV215°48°100°
CMYK 0.480.280.00   0.00
XYZ44.495746.0093100.3014
Yxy46.00930.23320.2411
Hunter Lab67.8302-1.6091-40.1918
CIE-Lab73.55162.2385-40.2020

#85b7fe color RGB value is (133,183,254).

#85b7fe hex color red value is 133, green value is 183 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #85b7fe hue: 0.60 , saturation: 0.98 and the lightness value of 85b7fe is 0.76.

The process color (four color CMYK) of #85b7fe color hex is 0.48, 0.28, 0.00, 0.00. Web safe color of #85b7fe is #99ccff. Color #85b7fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10110111 11111110
Octal 205 267 376
Decimal 133 183 254
Hex 85 B7 FE

RGB Percentages of Color #85b7fe

%23.33
%32.11
%44.56

CMYK Percentages of Color #85b7fe

%48
%28
%0
%0

Triadic Colors of #85b7fe

#85b7fe #fe85b7 #b7fe85

Analogous Colors of #85b7fe

#85b7fe #9085fe #85f4fe

Monochromatic Colors of #85b7fe

#85b7fe

Complementary Color

#85b7fe #fecc85

#85b7fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85b7fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85b7fe Color CSS Codes

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

#85b7fe Text Font Color

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

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


#85b7fe Background Color

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

This div background color is #85b7fe


#85b7fe Border Color

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

This div border color is #85b7fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85b7fe


Comments

No comments written yet.

Please login to write comment.