Color Hex Logo

#8fcdbe Color Hex

#8FCDBE
(143,205,190)
0 Favorites   0 Comments

Color spaces of #8fcdbe

RGB 143205190
HSL0.460.380.68
HSV165°30°80°
CMYK 0.300.000.07   0.20
XYZ42.453353.220056.7502
Yxy53.22000.27850.3492
Hunter Lab72.9520-23.79084.9441
CIE-Lab78.0047-22.98951.1241

#8fcdbe color RGB value is (143,205,190).

#8fcdbe hex color red value is 143, green value is 205 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #8fcdbe hue: 0.46 , saturation: 0.38 and the lightness value of 8fcdbe is 0.68.

The process color (four color CMYK) of #8fcdbe color hex is 0.30, 0.00, 0.07, 0.20. Web safe color of #8fcdbe is #99cccc. Color #8fcdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001101 10111110
Octal 217 315 276
Decimal 143 205 190
Hex 8F CD BE

RGB Percentages of Color #8fcdbe

%26.58
%38.10
%35.32

CMYK Percentages of Color #8fcdbe

%30
%0
%7
%20

Triadic Colors of #8fcdbe

#8fcdbe #be8fcd #cdbe8f

Analogous Colors of #8fcdbe

#8fcdbe #8fbdcd #8fcd9f

Monochromatic Colors of #8fcdbe

#8fcdbe

Complementary Color

#8fcdbe #cd8f9e

#8fcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcdbe Color CSS Codes

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

#8fcdbe Text Font Color

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

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


#8fcdbe Background Color

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

This div background color is #8fcdbe


#8fcdbe Border Color

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

This div border color is #8fcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcdbe


Comments

No comments written yet.

Please login to write comment.