Color Hex Logo

#8cafbe Color Hex

#8CAFBE
(140,175,190)
0 Favorites   0 Comments

Color spaces of #8cafbe

RGB 140175190
HSL0.550.280.65
HSV198°26°75°
CMYK 0.260.080.00   0.25
XYZ35.439539.953154.5591
Yxy39.95310.27270.3074
Hunter Lab63.2085-10.5341-6.9309
CIE-Lab69.4361-8.3830-11.5507

#8cafbe color RGB value is (140,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101111 10111110
Octal 214 257 276
Decimal 140 175 190
Hex 8C AF BE

RGB Percentages of Color #8cafbe

%27.72
%34.65
%37.62

CMYK Percentages of Color #8cafbe

%26
%8
%0
%25

Triadic Colors of #8cafbe

#8cafbe #be8caf #afbe8c

Analogous Colors of #8cafbe

#8cafbe #8c96be #8cbeb4

Monochromatic Colors of #8cafbe

#8cafbe

Complementary Color

#8cafbe #be9b8c

#8cafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cafbe Color CSS Codes

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

#8cafbe Text Font Color

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

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


#8cafbe Background Color

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

This div background color is #8cafbe


#8cafbe Border Color

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

This div border color is #8cafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cafbe


Comments

No comments written yet.

Please login to write comment.