Color Hex Logo

#8fcbeb Color Hex

#8FCBEB
(143,203,235)
0 Favorites   0 Comments

Color spaces of #8fcbeb

RGB 143203235
HSL0.560.700.74
HSV201°39°92°
CMYK 0.390.140.00   0.08
XYZ47.679054.549786.6134
Yxy54.54970.25250.2889
Hunter Lab73.8578-14.0201-17.8293
CIE-Lab78.7812-11.2569-21.8968

#8fcbeb color RGB value is (143,203,235).

#8fcbeb hex color red value is 143, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8fcbeb hue: 0.56 , saturation: 0.70 and the lightness value of 8fcbeb is 0.74.

The process color (four color CMYK) of #8fcbeb color hex is 0.39, 0.14, 0.00, 0.08. Web safe color of #8fcbeb is #99ccff. Color #8fcbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11101011
Octal 217 313 353
Decimal 143 203 235
Hex 8F CB EB

RGB Percentages of Color #8fcbeb

%24.61
%34.94
%40.45

CMYK Percentages of Color #8fcbeb

%39
%14
%0
%8

Triadic Colors of #8fcbeb

#8fcbeb #eb8fcb #cbeb8f

Analogous Colors of #8fcbeb

#8fcbeb #8f9deb #8febdd

Monochromatic Colors of #8fcbeb

#8fcbeb

Complementary Color

#8fcbeb #ebaf8f

#8fcbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbeb Color CSS Codes

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

#8fcbeb Text Font Color

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

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


#8fcbeb Background Color

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

This div background color is #8fcbeb


#8fcbeb Border Color

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

This div border color is #8fcbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbeb


Comments

No comments written yet.

Please login to write comment.