Color Hex Logo

#85fbef Color Hex

#85FBEF
(133,251,239)
0 Favorites   0 Comments

Color spaces of #85fbef

RGB 133251239
HSL0.480.940.75
HSV174°47°98°
CMYK 0.470.000.05   0.02
XYZ59.750080.212993.9948
Yxy80.21290.25540.3429
Hunter Lab89.5617-37.64870.4684
CIE-Lab91.7803-36.2488-4.6059

#85fbef color RGB value is (133,251,239).

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

The process color (four color CMYK) of #85fbef color hex is 0.47, 0.00, 0.05, 0.02. Web safe color of #85fbef is #99ffff. Color #85fbef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111011 11101111
Octal 205 373 357
Decimal 133 251 239
Hex 85 FB EF

RGB Percentages of Color #85fbef

%21.35
%40.29
%38.36

CMYK Percentages of Color #85fbef

%47
%0
%5
%2

Triadic Colors of #85fbef

#85fbef #ef85fb #fbef85

Analogous Colors of #85fbef

#85fbef #85ccfb #85fbb4

Monochromatic Colors of #85fbef

#85fbef

Complementary Color

#85fbef #fb8591

#85fbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fbef Color CSS Codes

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

#85fbef Text Font Color

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

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


#85fbef Background Color

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

This div background color is #85fbef


#85fbef Border Color

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

This div border color is #85fbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fbef

Related Colors


Comments

No comments written yet.

Please login to write comment.