Color Hex Logo

#85bffd Color Hex

#85BFFD
(133,191,253)
0 Favorites   0 Comments

Color spaces of #85bffd

RGB 133191253
HSL0.590.970.76
HSV211°47°99°
CMYK 0.470.250.00   0.01
XYZ46.033349.3400100.0259
Yxy49.34000.23560.2525
Hunter Lab70.2424-5.9445-35.2598
CIE-Lab75.6624-2.4383-36.3844

#85bffd color RGB value is (133,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 11111101
Octal 205 277 375
Decimal 133 191 253
Hex 85 BF FD

RGB Percentages of Color #85bffd

%23.05
%33.10
%43.85

CMYK Percentages of Color #85bffd

%47
%25
%0
%1

Triadic Colors of #85bffd

#85bffd #fd85bf #bffd85

Analogous Colors of #85bffd

#85bffd #8785fd #85fbfd

Monochromatic Colors of #85bffd

#85bffd

Complementary Color

#85bffd #fdc385

#85bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bffd Color CSS Codes

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

#85bffd Text Font Color

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

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


#85bffd Background Color

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

This div background color is #85bffd


#85bffd Border Color

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

This div border color is #85bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bffd


Comments

No comments written yet.

Please login to write comment.