Color Hex Logo

#8bbec5 Color Hex

#8BBEC5
(139,190,197)
0 Favorites   0 Comments

Color spaces of #8bbec5

RGB 139190197
HSL0.520.330.66
HSV187°29°77°
CMYK 0.290.040.00   0.23
XYZ39.139046.347159.7064
Yxy46.34710.26960.3192
Hunter Lab68.0787-16.5166-4.3434
CIE-Lab73.7702-14.9541-8.9244

#8bbec5 color RGB value is (139,190,197).

#8bbec5 hex color red value is 139, green value is 190 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8bbec5 hue: 0.52 , saturation: 0.33 and the lightness value of 8bbec5 is 0.66.

The process color (four color CMYK) of #8bbec5 color hex is 0.29, 0.04, 0.00, 0.23. Web safe color of #8bbec5 is #99cccc. Color #8bbec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11000101
Octal 213 276 305
Decimal 139 190 197
Hex 8B BE C5

RGB Percentages of Color #8bbec5

%26.43
%36.12
%37.45

CMYK Percentages of Color #8bbec5

%29
%4
%0
%23

Triadic Colors of #8bbec5

#8bbec5 #c58bbe #bec58b

Analogous Colors of #8bbec5

#8bbec5 #8ba1c5 #8bc5af

Monochromatic Colors of #8bbec5

#8bbec5

Complementary Color

#8bbec5 #c5928b

#8bbec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbec5 Color CSS Codes

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

#8bbec5 Text Font Color

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

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


#8bbec5 Background Color

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

This div background color is #8bbec5


#8bbec5 Border Color

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

This div border color is #8bbec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbec5


Comments

No comments written yet.

Please login to write comment.