Color Hex Logo

#85aefd Color Hex

#85AEFD
(133,174,253)
0 Favorites   0 Comments

Color spaces of #85aefd

RGB 133174253
HSL0.610.970.76
HSV220°47°99°
CMYK 0.470.310.00   0.01
XYZ42.538542.350598.8609
Yxy42.35050.23150.2305
Hunter Lab65.07732.7934-44.5152
CIE-Lab71.11196.9764-43.4722

#85aefd color RGB value is (133,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 11111101
Octal 205 256 375
Decimal 133 174 253
Hex 85 AE FD

RGB Percentages of Color #85aefd

%23.75
%31.07
%45.18

CMYK Percentages of Color #85aefd

%47
%31
%0
%1

Triadic Colors of #85aefd

#85aefd #fd85ae #aefd85

Analogous Colors of #85aefd

#85aefd #9885fd #85eafd

Monochromatic Colors of #85aefd

#85aefd

Complementary Color

#85aefd #fdd485

#85aefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85aefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85aefd Color CSS Codes

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

#85aefd Text Font Color

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

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


#85aefd Background Color

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

This div background color is #85aefd


#85aefd Border Color

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

This div border color is #85aefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85aefd


Comments

No comments written yet.

Please login to write comment.