Color Hex Logo

#8baecb Color Hex

#8BAECB
(139,174,203)
0 Favorites   0 Comments

Color spaces of #8baecb

RGB 139174203
HSL0.580.380.67
HSV207°32°80°
CMYK 0.320.140.00   0.20
XYZ36.563040.072962.3077
Yxy40.07290.26310.2884
Hunter Lab63.3032-7.6815-14.0454
CIE-Lab69.5214-4.9872-18.5935

#8baecb color RGB value is (139,174,203).

#8baecb hex color red value is 139, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8baecb hue: 0.58 , saturation: 0.38 and the lightness value of 8baecb is 0.67.

The process color (four color CMYK) of #8baecb color hex is 0.32, 0.14, 0.00, 0.20. Web safe color of #8baecb is #9999cc. Color #8baecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11001011
Octal 213 256 313
Decimal 139 174 203
Hex 8B AE CB

RGB Percentages of Color #8baecb

%26.94
%33.72
%39.34

CMYK Percentages of Color #8baecb

%32
%14
%0
%20

Triadic Colors of #8baecb

#8baecb #cb8bae #aecb8b

Analogous Colors of #8baecb

#8baecb #8b8ecb #8bcbc8

Monochromatic Colors of #8baecb

#8baecb

Complementary Color

#8baecb #cba88b

#8baecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baecb Color CSS Codes

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

#8baecb Text Font Color

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

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


#8baecb Background Color

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

This div background color is #8baecb


#8baecb Border Color

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

This div border color is #8baecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baecb


Comments

No comments written yet.

Please login to write comment.