Color Hex Logo

#85ceba Color Hex

#85CEBA
(133,206,186)
0 Favorites   0 Comments

Color spaces of #85ceba

RGB 133206186
HSL0.450.430.66
HSV164°35°81°
CMYK 0.350.000.10   0.19
XYZ40.607152.674354.4813
Yxy52.67430.27480.3565
Hunter Lab72.5771-27.13856.2968
CIE-Lab77.6823-27.22252.7424

#85ceba color RGB value is (133,206,186).

#85ceba hex color red value is 133, green value is 206 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #85ceba hue: 0.45 , saturation: 0.43 and the lightness value of 85ceba is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 11001110 10111010
Octal 205 316 272
Decimal 133 206 186
Hex 85 CE BA

RGB Percentages of Color #85ceba

%25.33
%39.24
%35.43

CMYK Percentages of Color #85ceba

%35
%0
%10
%19

Triadic Colors of #85ceba

#85ceba #ba85ce #ceba85

Analogous Colors of #85ceba

#85ceba #85bece #85ce96

Monochromatic Colors of #85ceba

#85ceba

Complementary Color

#85ceba #ce8599

#85ceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ceba Color CSS Codes

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

#85ceba Text Font Color

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

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


#85ceba Background Color

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

This div background color is #85ceba


#85ceba Border Color

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

This div border color is #85ceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ceba

#85ceba Color Palettes


Comments

No comments written yet.

Please login to write comment.