Color Hex Logo

#8fcbee Color Hex

#8FCBEE
(143,203,238)
0 Favorites   0 Comments

Color spaces of #8fcbee

RGB 143203238
HSL0.560.740.75
HSV202°40°93°
CMYK 0.400.150.00   0.07
XYZ48.116254.724688.9158
Yxy54.72460.25090.2854
Hunter Lab73.9761-13.3565-19.4806
CIE-Lab78.8824-10.4825-23.3500

#8fcbee color RGB value is (143,203,238).

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

The process color (four color CMYK) of #8fcbee color hex is 0.40, 0.15, 0.00, 0.07. Web safe color of #8fcbee is #99ccff. Color #8fcbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11101110
Octal 217 313 356
Decimal 143 203 238
Hex 8F CB EE

RGB Percentages of Color #8fcbee

%24.49
%34.76
%40.75

CMYK Percentages of Color #8fcbee

%40
%15
%0
%7

Triadic Colors of #8fcbee

#8fcbee #ee8fcb #cbee8f

Analogous Colors of #8fcbee

#8fcbee #8f9cee #8feee2

Monochromatic Colors of #8fcbee

#8fcbee

Complementary Color

#8fcbee #eeb28f

#8fcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbee Color CSS Codes

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

#8fcbee Text Font Color

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

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


#8fcbee Background Color

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

This div background color is #8fcbee


#8fcbee Border Color

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

This div border color is #8fcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbee


Comments

No comments written yet.

Please login to write comment.