Color Hex Logo

#85beca Color Hex

#85BECA
(133,190,202)
0 Favorites   0 Comments

Color spaces of #85beca

RGB 133190202
HSL0.530.390.66
HSV190°34°79°
CMYK 0.340.060.00   0.21
XYZ38.747046.077762.7288
Yxy46.07770.26260.3123
Hunter Lab67.8806-16.9011-7.2738
CIE-Lab73.5959-15.4489-11.9418

#85beca color RGB value is (133,190,202).

#85beca hex color red value is 133, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #85beca hue: 0.53 , saturation: 0.39 and the lightness value of 85beca is 0.66.

The process color (four color CMYK) of #85beca color hex is 0.34, 0.06, 0.00, 0.21. Web safe color of #85beca is #99cccc. Color #85beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10111110 11001010
Octal 205 276 312
Decimal 133 190 202
Hex 85 BE CA

RGB Percentages of Color #85beca

%25.33
%36.19
%38.48

CMYK Percentages of Color #85beca

%34
%6
%0
%21

Triadic Colors of #85beca

#85beca #ca85be #beca85

Analogous Colors of #85beca

#85beca #859cca #85cab4

Monochromatic Colors of #85beca

#85beca

Complementary Color

#85beca #ca9185

#85beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#85beca Color CSS Codes

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

#85beca Text Font Color

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

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


#85beca Background Color

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

This div background color is #85beca


#85beca Border Color

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

This div border color is #85beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85beca


Comments

No comments written yet.

Please login to write comment.