Color Hex Logo

#85acfd Color Hex

#85ACFD
(133,172,253)
0 Favorites   0 Comments

Color spaces of #85acfd

RGB 133172253
HSL0.610.970.76
HSV221°47°99°
CMYK 0.470.320.00   0.01
XYZ42.155041.583498.7331
Yxy41.58340.23100.2279
Hunter Lab64.48523.8392-45.6391
CIE-Lab70.58278.1045-44.3011

#85acfd color RGB value is (133,172,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101100 11111101
Octal 205 254 375
Decimal 133 172 253
Hex 85 AC FD

RGB Percentages of Color #85acfd

%23.84
%30.82
%45.34

CMYK Percentages of Color #85acfd

%47
%32
%0
%1

Triadic Colors of #85acfd

#85acfd #fd85ac #acfd85

Analogous Colors of #85acfd

#85acfd #9a85fd #85e8fd

Monochromatic Colors of #85acfd

#85acfd

Complementary Color

#85acfd #fdd685

#85acfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85acfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85acfd Color CSS Codes

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

#85acfd Text Font Color

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

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


#85acfd Background Color

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

This div background color is #85acfd


#85acfd Border Color

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

This div border color is #85acfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85acfd


Comments

No comments written yet.

Please login to write comment.