Color Hex Logo

#8fbcbf Color Hex

#8FBCBF
(143,188,191)
0 Favorites   0 Comments

Color spaces of #8fbcbf

RGB 143188191
HSL0.510.270.65
HSV184°25°75°
CMYK 0.250.020.00   0.25
XYZ38.714945.567756.0452
Yxy45.56770.27590.3247
Hunter Lab67.5039-15.7582-1.9729
CIE-Lab73.2641-14.1212-6.3800

#8fbcbf color RGB value is (143,188,191).

#8fbcbf hex color red value is 143, green value is 188 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8fbcbf hue: 0.51 , saturation: 0.27 and the lightness value of 8fbcbf is 0.65.

The process color (four color CMYK) of #8fbcbf color hex is 0.25, 0.02, 0.00, 0.25. Web safe color of #8fbcbf is #99cccc. Color #8fbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111100 10111111
Octal 217 274 277
Decimal 143 188 191
Hex 8F BC BF

RGB Percentages of Color #8fbcbf

%27.39
%36.02
%36.59

CMYK Percentages of Color #8fbcbf

%25
%2
%0
%25

Triadic Colors of #8fbcbf

#8fbcbf #bf8fbc #bcbf8f

Analogous Colors of #8fbcbf

#8fbcbf #8fa4bf #8fbfaa

Monochromatic Colors of #8fbcbf

#8fbcbf

Complementary Color

#8fbcbf #bf928f

#8fbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbcbf Color CSS Codes

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

#8fbcbf Text Font Color

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

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


#8fbcbf Background Color

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

This div background color is #8fbcbf


#8fbcbf Border Color

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

This div border color is #8fbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbcbf


Comments

No comments written yet.

Please login to write comment.