Color Hex Logo

#85abbe Color Hex

#85ABBE
(133,171,190)
0 Favorites   0 Comments

Color spaces of #85abbe

RGB 133171190
HSL0.560.300.63
HSV200°30°75°
CMYK 0.300.100.00   0.25
XYZ33.530037.830154.2499
Yxy37.83010.26690.3012
Hunter Lab61.5062-10.3268-9.2409
CIE-Lab67.8952-8.3243-13.9068

#85abbe color RGB value is (133,171,190).

#85abbe hex color red value is 133, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #85abbe hue: 0.56 , saturation: 0.30 and the lightness value of 85abbe is 0.63.

The process color (four color CMYK) of #85abbe color hex is 0.30, 0.10, 0.00, 0.25. Web safe color of #85abbe is #9999cc. Color #85abbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101011 10111110
Octal 205 253 276
Decimal 133 171 190
Hex 85 AB BE

RGB Percentages of Color #85abbe

%26.92
%34.62
%38.46

CMYK Percentages of Color #85abbe

%30
%10
%0
%25

Triadic Colors of #85abbe

#85abbe #be85ab #abbe85

Analogous Colors of #85abbe

#85abbe #858fbe #85beb5

Monochromatic Colors of #85abbe

#85abbe

Complementary Color

#85abbe #be9885

#85abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#85abbe Color CSS Codes

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

#85abbe Text Font Color

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

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


#85abbe Background Color

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

This div background color is #85abbe


#85abbe Border Color

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

This div border color is #85abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85abbe


Comments

No comments written yet.

Please login to write comment.