Color Hex Logo

#85cdea Color Hex

#85CDEA
(133,205,234)
0 Favorites   0 Comments

Color spaces of #85cdea

RGB 133205234
HSL0.550.710.72
HSV197°43°92°
CMYK 0.430.120.00   0.08
XYZ46.355554.589785.9356
Yxy54.58970.24800.2921
Hunter Lab73.8848-17.3072-17.2409
CIE-Lab78.8043-15.0673-21.3722

#85cdea color RGB value is (133,205,234).

#85cdea hex color red value is 133, green value is 205 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #85cdea hue: 0.55 , saturation: 0.71 and the lightness value of 85cdea is 0.72.

The process color (four color CMYK) of #85cdea color hex is 0.43, 0.12, 0.00, 0.08. Web safe color of #85cdea is #99ccff. Color #85cdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001101 11101010
Octal 205 315 352
Decimal 133 205 234
Hex 85 CD EA

RGB Percentages of Color #85cdea

%23.25
%35.84
%40.91

CMYK Percentages of Color #85cdea

%43
%12
%0
%8

Triadic Colors of #85cdea

#85cdea #ea85cd #cdea85

Analogous Colors of #85cdea

#85cdea #859bea #85ead5

Monochromatic Colors of #85cdea

#85cdea

Complementary Color

#85cdea #eaa285

#85cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#85cdea Color CSS Codes

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

#85cdea Text Font Color

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

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


#85cdea Background Color

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

This div background color is #85cdea


#85cdea Border Color

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

This div border color is #85cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85cdea


Comments

No comments written yet.

Please login to write comment.