Color Hex Logo

#8caeba Color Hex

#8CAEBA
(140,174,186)
0 Favorites   0 Comments

Color spaces of #8caeba

RGB 140174186
HSL0.540.250.64
HSV196°25°73°
CMYK 0.250.060.00   0.27
XYZ34.814239.392752.2230
Yxy39.39270.27540.3116
Hunter Lab62.7636-10.8246-5.3982
CIE-Lab69.0348-8.7822-9.9422

#8caeba color RGB value is (140,174,186).

#8caeba hex color red value is 140, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8caeba hue: 0.54 , saturation: 0.25 and the lightness value of 8caeba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101110 10111010
Octal 214 256 272
Decimal 140 174 186
Hex 8C AE BA

RGB Percentages of Color #8caeba

%28.00
%34.80
%37.20

CMYK Percentages of Color #8caeba

%25
%6
%0
%27

Triadic Colors of #8caeba

#8caeba #ba8cae #aeba8c

Analogous Colors of #8caeba

#8caeba #8c97ba #8cbaaf

Monochromatic Colors of #8caeba

#8caeba

Complementary Color

#8caeba #ba988c

#8caeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8caeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8caeba Color CSS Codes

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

#8caeba Text Font Color

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

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


#8caeba Background Color

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

This div background color is #8caeba


#8caeba Border Color

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

This div border color is #8caeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8caeba


Comments

No comments written yet.

Please login to write comment.