Color Hex Logo

#85fccf Color Hex

#85FCCF
(133,252,207)
0 Favorites   0 Comments

Color spaces of #85fccf

RGB 133252207
HSL0.440.950.75
HSV157°47°99°
CMYK 0.470.000.18   0.01
XYZ55.745879.112371.3636
Yxy79.11230.27030.3836
Hunter Lab88.9451-43.780114.6912
CIE-Lab91.2851-43.904411.2466

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11111100 11001111
Octal 205 374 317
Decimal 133 252 207
Hex 85 FC CF

RGB Percentages of Color #85fccf

%22.47
%42.57
%34.97

CMYK Percentages of Color #85fccf

%47
%0
%18
%1

Triadic Colors of #85fccf

#85fccf #cf85fc #fccf85

Analogous Colors of #85fccf

#85fccf #85eefc #85fc94

Monochromatic Colors of #85fccf

#85fccf

Complementary Color

#85fccf #fc85b2

#85fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#85fccf Color CSS Codes

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

#85fccf Text Font Color

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

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


#85fccf Background Color

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

This div background color is #85fccf


#85fccf Border Color

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

This div border color is #85fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85fccf

Related Colors


Comments

No comments written yet.

Please login to write comment.