Color Hex Logo

#8cbcb2 Color Hex

#8CBCB2
(140,188,178)
0 Favorites   0 Comments

Color spaces of #8cbcb2

RGB 140188178
HSL0.470.260.64
HSV168°26°74°
CMYK 0.260.000.05   0.26
XYZ36.834344.756248.8169
Yxy44.75620.28250.3432
Hunter Lab66.9001-18.79543.5662
CIE-Lab72.7311-17.9247-0.0889

#8cbcb2 color RGB value is (140,188,178).

#8cbcb2 hex color red value is 140, green value is 188 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #8cbcb2 hue: 0.47 , saturation: 0.26 and the lightness value of 8cbcb2 is 0.64.

The process color (four color CMYK) of #8cbcb2 color hex is 0.26, 0.00, 0.05, 0.26. Web safe color of #8cbcb2 is #99cc99. Color #8cbcb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10110010
Octal 214 274 262
Decimal 140 188 178
Hex 8C BC B2

RGB Percentages of Color #8cbcb2

%27.67
%37.15
%35.18

CMYK Percentages of Color #8cbcb2

%26
%0
%5
%26

Triadic Colors of #8cbcb2

#8cbcb2 #b28cbc #bcb28c

Analogous Colors of #8cbcb2

#8cbcb2 #8caebc #8cbc9a

Monochromatic Colors of #8cbcb2

#8cbcb2

Complementary Color

#8cbcb2 #bc8c96

#8cbcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcb2 Color CSS Codes

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

#8cbcb2 Text Font Color

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

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


#8cbcb2 Background Color

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

This div background color is #8cbcb2


#8cbcb2 Border Color

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

This div border color is #8cbcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcb2


Comments

No comments written yet.

Please login to write comment.