Color Hex Logo

#8baeca Color Hex

#8BAECA
(139,174,202)
0 Favorites   0 Comments

Color spaces of #8baeca

RGB 139174202
HSL0.570.370.67
HSV207°31°79°
CMYK 0.310.140.00   0.21
XYZ36.444240.025361.6820
Yxy40.02530.26380.2897
Hunter Lab63.2656-7.8896-13.5201
CIE-Lab69.4875-5.2355-18.0943

#8baeca color RGB value is (139,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101110 11001010
Octal 213 256 312
Decimal 139 174 202
Hex 8B AE CA

RGB Percentages of Color #8baeca

%26.99
%33.79
%39.22

CMYK Percentages of Color #8baeca

%31
%14
%0
%21

Triadic Colors of #8baeca

#8baeca #ca8bae #aeca8b

Analogous Colors of #8baeca

#8baeca #8b8fca #8bcac7

Monochromatic Colors of #8baeca

#8baeca

Complementary Color

#8baeca #caa78b

#8baeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8baeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8baeca Color CSS Codes

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

#8baeca Text Font Color

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

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


#8baeca Background Color

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

This div background color is #8baeca


#8baeca Border Color

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

This div border color is #8baeca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,174,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 #8baeca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8baeca


Comments

No comments written yet.

Please login to write comment.