Color Hex Logo

#85bfda Color Hex

#85BFDA
(133,191,218)
0 Favorites   0 Comments

Color spaces of #85bfda

RGB 133191218
HSL0.550.530.69
HSV199°39°85°
CMYK 0.390.120.00   0.15
XYZ40.958647.310173.3027
Yxy47.31010.25350.2928
Hunter Lab68.7823-14.0757-15.0389
CIE-Lab74.3877-11.9381-19.4463

#85bfda color RGB value is (133,191,218).

#85bfda hex color red value is 133, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #85bfda hue: 0.55 , saturation: 0.53 and the lightness value of 85bfda is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111111 11011010
Octal 205 277 332
Decimal 133 191 218
Hex 85 BF DA

RGB Percentages of Color #85bfda

%24.54
%35.24
%40.22

CMYK Percentages of Color #85bfda

%39
%12
%0
%15

Triadic Colors of #85bfda

#85bfda #da85bf #bfda85

Analogous Colors of #85bfda

#85bfda #8595da #85dacb

Monochromatic Colors of #85bfda

#85bfda

Complementary Color

#85bfda #daa085

#85bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#85bfda Color CSS Codes

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

#85bfda Text Font Color

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

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


#85bfda Background Color

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

This div background color is #85bfda


#85bfda Border Color

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

This div border color is #85bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85bfda


Comments

No comments written yet.

Please login to write comment.