Color Hex Logo

#8bcac9 Color Hex

#8BCAC9
(139,202,201)
0 Favorites   0 Comments

Color spaces of #8bcac9

RGB 139202201
HSL0.500.370.67
HSV179°31°79°
CMYK 0.310.000.00   0.21
XYZ42.310651.947163.0551
Yxy51.94710.26900.3302
Hunter Lab72.0743-21.3432-1.4185
CIE-Lab77.2492-20.1617-5.9311

#8bcac9 color RGB value is (139,202,201).

#8bcac9 hex color red value is 139, green value is 202 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #8bcac9 hue: 0.50 , saturation: 0.37 and the lightness value of 8bcac9 is 0.67.

The process color (four color CMYK) of #8bcac9 color hex is 0.31, 0.00, 0.00, 0.21. Web safe color of #8bcac9 is #99cccc. Color #8bcac9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001010 11001001
Octal 213 312 311
Decimal 139 202 201
Hex 8B CA C9

RGB Percentages of Color #8bcac9

%25.65
%37.27
%37.08

CMYK Percentages of Color #8bcac9

%31
%0
%0
%21

Triadic Colors of #8bcac9

#8bcac9 #c98bca #cac98b

Analogous Colors of #8bcac9

#8bcac9 #8bacca #8bcaaa

Monochromatic Colors of #8bcac9

#8bcac9

Complementary Color

#8bcac9 #ca8b8c

#8bcac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcac9 Color CSS Codes

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

#8bcac9 Text Font Color

<p style="color:#8bcac9">Text here</p>

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


#8bcac9 Background Color

<div style="background-color:#8bcac9">
Div content here</div>

This div background color is #8bcac9


#8bcac9 Border Color

<div style="border:3px solid #8bcac9">
Div here</div>

This div border color is #8bcac9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,202,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bcac9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bcac9;
  -webkit-box-shadow: 1px 1px 3px 2px #8bcac9;
  box-shadow:         1px 1px 3px 2px #8bcac9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcac9


Comments

No comments written yet.

Please login to write comment.