Color Hex Logo

#85feeb Color Hex

#85FEEB
(133,254,235)
0 Favorites   0 Comments

Color spaces of #85feeb

RGB 133254235
HSL0.470.980.76
HSV171°48°100°
CMYK 0.480.000.07   0.00
XYZ60.110181.868391.2313
Yxy81.86830.25780.3511
Hunter Lab90.4811-39.75753.5552
CIE-Lab92.5167-38.5642-1.4514

#85feeb color RGB value is (133,254,235).

#85feeb hex color red value is 133, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #85feeb hue: 0.47 , saturation: 0.98 and the lightness value of 85feeb is 0.76.

The process color (four color CMYK) of #85feeb color hex is 0.48, 0.00, 0.07, 0.00. Web safe color of #85feeb is #99ffff. Color #85feeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111110 11101011
Octal 205 376 353
Decimal 133 254 235
Hex 85 FE EB

RGB Percentages of Color #85feeb

%21.38
%40.84
%37.78

CMYK Percentages of Color #85feeb

%48
%0
%7
%0

Triadic Colors of #85feeb

#85feeb #eb85fe #feeb85

Analogous Colors of #85feeb

#85feeb #85d5fe #85feaf

Monochromatic Colors of #85feeb

#85feeb

Complementary Color

#85feeb #fe8598

#85feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85feeb Color CSS Codes

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

#85feeb Text Font Color

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

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


#85feeb Background Color

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

This div background color is #85feeb


#85feeb Border Color

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

This div border color is #85feeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85feeb


Comments

No comments written yet.

Please login to write comment.