Color Hex Logo

#8caebf Color Hex

#8CAEBF
(140,174,191)
0 Favorites   0 Comments

Color spaces of #8caebf

RGB 140174191
HSL0.560.280.65
HSV200°27°75°
CMYK 0.270.090.00   0.25
XYZ35.355239.609155.0721
Yxy39.60910.27190.3046
Hunter Lab62.9358-9.8623-7.8268
CIE-Lab69.1902-7.6086-12.4710

#8caebf color RGB value is (140,174,191).

#8caebf hex color red value is 140, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8caebf hue: 0.56 , saturation: 0.28 and the lightness value of 8caebf is 0.65.

The process color (four color CMYK) of #8caebf color hex is 0.27, 0.09, 0.00, 0.25. Web safe color of #8caebf is #9999cc. Color #8caebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 10111111
Octal 214 256 277
Decimal 140 174 191
Hex 8C AE BF

RGB Percentages of Color #8caebf

%27.72
%34.46
%37.82

CMYK Percentages of Color #8caebf

%27
%9
%0
%25

Triadic Colors of #8caebf

#8caebf #bf8cae #aebf8c

Analogous Colors of #8caebf

#8caebf #8c95bf #8cbfb7

Monochromatic Colors of #8caebf

#8caebf

Complementary Color

#8caebf #bf9d8c

#8caebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caebf Color CSS Codes

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

#8caebf Text Font Color

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

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


#8caebf Background Color

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

This div background color is #8caebf


#8caebf Border Color

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

This div border color is #8caebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caebf


Comments

No comments written yet.

Please login to write comment.