Color Hex Logo

#85cff5 Color Hex

#85CFF5
(133,207,245)
0 Favorites   0 Comments

Color spaces of #85cff5

RGB 133207245
HSL0.560.850.74
HSV200°46°96°
CMYK 0.460.160.00   0.04
XYZ48.467156.204894.6803
Yxy56.20480.24310.2819
Hunter Lab74.9699-15.7992-22.3991
CIE-Lab79.7302-13.1707-25.8437

#85cff5 color RGB value is (133,207,245).

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

The process color (four color CMYK) of #85cff5 color hex is 0.46, 0.16, 0.00, 0.04. Web safe color of #85cff5 is #99ccff. Color #85cff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11110101
Octal 205 317 365
Decimal 133 207 245
Hex 85 CF F5

RGB Percentages of Color #85cff5

%22.74
%35.38
%41.88

CMYK Percentages of Color #85cff5

%46
%16
%0
%4

Triadic Colors of #85cff5

#85cff5 #f585cf #cff585

Analogous Colors of #85cff5

#85cff5 #8597f5 #85f5e3

Monochromatic Colors of #85cff5

#85cff5

Complementary Color

#85cff5 #f5ab85

#85cff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cff5 Color CSS Codes

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

#85cff5 Text Font Color

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

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


#85cff5 Background Color

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

This div background color is #85cff5


#85cff5 Border Color

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

This div border color is #85cff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cff5


Comments

No comments written yet.

Please login to write comment.