Color Hex Logo

#85fcfc Color Hex

#85FCFC
(133,252,252)
0 Favorites   0 Comments

Color spaces of #85fcfc

RGB 133252252
HSL0.500.950.75
HSV180°47°99°
CMYK 0.470.000.00   0.01
XYZ62.054081.6356104.5821
Yxy81.63560.24990.3288
Hunter Lab90.3524-35.5230-5.3809
CIE-Lab92.4138-33.5432-10.4109

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111100 11111100
Octal 205 374 374
Decimal 133 252 252
Hex 85 FC FC

RGB Percentages of Color #85fcfc

%20.88
%39.56
%39.56

CMYK Percentages of Color #85fcfc

%47
%0
%0
%1

Triadic Colors of #85fcfc

#85fcfc #fc85fc #fcfc85

Analogous Colors of #85fcfc

#85fcfc #85c1fc #85fcc1

Monochromatic Colors of #85fcfc

#85fcfc

Complementary Color

#85fcfc #fc8585

#85fcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fcfc Color CSS Codes

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

#85fcfc Text Font Color

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

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


#85fcfc Background Color

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

This div background color is #85fcfc


#85fcfc Border Color

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

This div border color is #85fcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.