Color Hex Logo

#85cfc5 Color Hex

#85CFC5
(133,207,197)
0 Favorites   0 Comments

Color spaces of #85cfc5

RGB 133207197
HSL0.480.440.67
HSV172°36°81°
CMYK 0.360.000.05   0.19
XYZ42.063753.643460.9605
Yxy53.64340.26850.3424
Hunter Lab73.2417-25.65791.9209
CIE-Lab78.2533-25.2339-2.3331

#85cfc5 color RGB value is (133,207,197).

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

The process color (four color CMYK) of #85cfc5 color hex is 0.36, 0.00, 0.05, 0.19. Web safe color of #85cfc5 is #99cccc. Color #85cfc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11000101
Octal 205 317 305
Decimal 133 207 197
Hex 85 CF C5

RGB Percentages of Color #85cfc5

%24.77
%38.55
%36.69

CMYK Percentages of Color #85cfc5

%36
%0
%5
%19

Triadic Colors of #85cfc5

#85cfc5 #c585cf #cfc585

Analogous Colors of #85cfc5

#85cfc5 #85b4cf #85cfa0

Monochromatic Colors of #85cfc5

#85cfc5

Complementary Color

#85cfc5 #cf858f

#85cfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cfc5 Color CSS Codes

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

#85cfc5 Text Font Color

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

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


#85cfc5 Background Color

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

This div background color is #85cfc5


#85cfc5 Border Color

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

This div border color is #85cfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cfc5


Comments

No comments written yet.

Please login to write comment.