Color Hex Logo

#8fcbff Color Hex

#8FCBFF
(143,203,255)
0 Favorites   0 Comments

Color spaces of #8fcbff

RGB 143203255
HSL0.581.000.78
HSV208°44°100°
CMYK 0.440.200.00   0.00
XYZ50.733655.7715102.6988
Yxy55.77150.24250.2666
Hunter Lab74.6803-9.4277-29.2581
CIE-Lab79.4836-5.9755-31.5126

#8fcbff color RGB value is (143,203,255).

#8fcbff hex color red value is 143, green value is 203 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8fcbff hue: 0.58 , saturation: 1.00 and the lightness value of 8fcbff is 0.78.

The process color (four color CMYK) of #8fcbff color hex is 0.44, 0.20, 0.00, 0.00. Web safe color of #8fcbff is #99ccff. Color #8fcbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11001011 11111111
Octal 217 313 377
Decimal 143 203 255
Hex 8F CB FF

RGB Percentages of Color #8fcbff

%23.79
%33.78
%42.43

CMYK Percentages of Color #8fcbff

%44
%20
%0
%0

Triadic Colors of #8fcbff

#8fcbff #ff8fcb #cbff8f

Analogous Colors of #8fcbff

#8fcbff #8f93ff #8ffffb

Monochromatic Colors of #8fcbff

#8fcbff

Complementary Color

#8fcbff #ffc38f

#8fcbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fcbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fcbff Color CSS Codes

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

#8fcbff Text Font Color

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

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


#8fcbff Background Color

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

This div background color is #8fcbff


#8fcbff Border Color

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

This div border color is #8fcbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fcbff

Related Colors


Comments

No comments written yet.

Please login to write comment.