Color Hex Logo

#8cbdc5 Color Hex

#8CBDC5
(140,189,197)
0 Favorites   0 Comments

Color spaces of #8cbdc5

RGB 140189197
HSL0.520.330.66
HSV188°29°77°
CMYK 0.290.040.00   0.23
XYZ39.090946.001959.6423
Yxy46.00190.27010.3178
Hunter Lab67.8247-15.8144-4.6599
CIE-Lab73.5468-14.1435-9.2510

#8cbdc5 color RGB value is (140,189,197).

#8cbdc5 hex color red value is 140, green value is 189 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #8cbdc5 hue: 0.52 , saturation: 0.33 and the lightness value of 8cbdc5 is 0.66.

The process color (four color CMYK) of #8cbdc5 color hex is 0.29, 0.04, 0.00, 0.23. Web safe color of #8cbdc5 is #99cccc. Color #8cbdc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 11000101
Octal 214 275 305
Decimal 140 189 197
Hex 8C BD C5

RGB Percentages of Color #8cbdc5

%26.62
%35.93
%37.45

CMYK Percentages of Color #8cbdc5

%29
%4
%0
%23

Triadic Colors of #8cbdc5

#8cbdc5 #c58cbd #bdc58c

Analogous Colors of #8cbdc5

#8cbdc5 #8ca1c5 #8cc5b1

Monochromatic Colors of #8cbdc5

#8cbdc5

Complementary Color

#8cbdc5 #c5948c

#8cbdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbdc5 Color CSS Codes

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

#8cbdc5 Text Font Color

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

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


#8cbdc5 Background Color

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

This div background color is #8cbdc5


#8cbdc5 Border Color

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

This div border color is #8cbdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbdc5


Comments

No comments written yet.

Please login to write comment.