Color Hex Logo

#85cffb Color Hex

#85CFFB
(133,207,251)
0 Favorites   0 Comments

Color spaces of #85cffb

RGB 133207251
HSL0.560.940.75
HSV202°47°98°
CMYK 0.470.180.00   0.02
XYZ49.398356.577299.5837
Yxy56.57720.24030.2752
Hunter Lab75.2178-14.4037-25.8438
CIE-Lab79.9412-11.5380-28.7201

#85cffb color RGB value is (133,207,251).

#85cffb hex color red value is 133, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #85cffb hue: 0.56 , saturation: 0.94 and the lightness value of 85cffb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11111011
Octal 205 317 373
Decimal 133 207 251
Hex 85 CF FB

RGB Percentages of Color #85cffb

%22.50
%35.03
%42.47

CMYK Percentages of Color #85cffb

%47
%18
%0
%2

Triadic Colors of #85cffb

#85cffb #fb85cf #cffb85

Analogous Colors of #85cffb

#85cffb #8594fb #85fbec

Monochromatic Colors of #85cffb

#85cffb

Complementary Color

#85cffb #fbb185

#85cffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cffb Color CSS Codes

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

#85cffb Text Font Color

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

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


#85cffb Background Color

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

This div background color is #85cffb


#85cffb Border Color

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

This div border color is #85cffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cffb


Comments

No comments written yet.

Please login to write comment.