Color Hex Logo

#8cabbe Color Hex

#8CABBE
(140,171,190)
0 Favorites   0 Comments

Color spaces of #8cabbe

RGB 140171190
HSL0.560.280.65
HSV203°26°75°
CMYK 0.260.100.00   0.25
XYZ34.672438.419054.3034
Yxy38.41900.27220.3016
Hunter Lab61.9831-8.6201-8.5559
CIE-Lab68.3283-6.2234-13.2121

#8cabbe color RGB value is (140,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101011 10111110
Octal 214 253 276
Decimal 140 171 190
Hex 8C AB BE

RGB Percentages of Color #8cabbe

%27.94
%34.13
%37.92

CMYK Percentages of Color #8cabbe

%26
%10
%0
%25

Triadic Colors of #8cabbe

#8cabbe #be8cab #abbe8c

Analogous Colors of #8cabbe

#8cabbe #8c92be #8cbeb8

Monochromatic Colors of #8cabbe

#8cabbe

Complementary Color

#8cabbe #be9f8c

#8cabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabbe Color CSS Codes

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

#8cabbe Text Font Color

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

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


#8cabbe Background Color

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

This div background color is #8cabbe


#8cabbe Border Color

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

This div border color is #8cabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabbe


Comments

No comments written yet.

Please login to write comment.