Color Hex Logo

#85cfdb Color Hex

#85CFDB
(133,207,219)
0 Favorites   0 Comments

Color spaces of #85cfdb

RGB 133207219
HSL0.520.540.69
HSV188°39°86°
CMYK 0.390.050.00   0.14
XYZ44.771954.726775.2214
Yxy54.72670.25620.3132
Hunter Lab73.9775-21.4307-8.5027
CIE-Lab78.8836-19.9426-13.2109

#85cfdb color RGB value is (133,207,219).

#85cfdb hex color red value is 133, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #85cfdb hue: 0.52 , saturation: 0.54 and the lightness value of 85cfdb is 0.69.

The process color (four color CMYK) of #85cfdb color hex is 0.39, 0.05, 0.00, 0.14. Web safe color of #85cfdb is #99cccc. Color #85cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001111 11011011
Octal 205 317 333
Decimal 133 207 219
Hex 85 CF DB

RGB Percentages of Color #85cfdb

%23.79
%37.03
%39.18

CMYK Percentages of Color #85cfdb

%39
%5
%0
%14

Triadic Colors of #85cfdb

#85cfdb #db85cf #cfdb85

Analogous Colors of #85cfdb

#85cfdb #85a4db #85dbbc

Monochromatic Colors of #85cfdb

#85cfdb

Complementary Color

#85cfdb #db9185

#85cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cfdb Color CSS Codes

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

#85cfdb Text Font Color

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

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


#85cfdb Background Color

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

This div background color is #85cfdb


#85cfdb Border Color

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

This div border color is #85cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cfdb


Comments

No comments written yet.

Please login to write comment.