Color Hex Logo

#85fcee Color Hex

#85FCEE
(133,252,238)
0 Favorites   0 Comments

Color spaces of #85fcee

RGB 133252238
HSL0.480.950.75
HSV173°47°99°
CMYK 0.470.000.06   0.01
XYZ59.915980.780493.3232
Yxy80.78040.25600.3452
Hunter Lab89.8779-38.29171.3518
CIE-Lab92.0339-36.9458-3.7141

#85fcee color RGB value is (133,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111100 11101110
Octal 205 374 356
Decimal 133 252 238
Hex 85 FC EE

RGB Percentages of Color #85fcee

%21.35
%40.45
%38.20

CMYK Percentages of Color #85fcee

%47
%0
%6
%1

Triadic Colors of #85fcee

#85fcee #ee85fc #fcee85

Analogous Colors of #85fcee

#85fcee #85cffc #85fcb3

Monochromatic Colors of #85fcee

#85fcee

Complementary Color

#85fcee #fc8593

#85fcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fcee Color CSS Codes

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

#85fcee Text Font Color

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

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


#85fcee Background Color

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

This div background color is #85fcee


#85fcee Border Color

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

This div border color is #85fcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fcee


Comments

No comments written yet.

Please login to write comment.