Color Hex Logo

#8cbefb Color Hex

#8CBEFB
(140,190,251)
0 Favorites   0 Comments

Color spaces of #8cbefb

RGB 140190251
HSL0.590.930.77
HSV213°44°98°
CMYK 0.440.240.00   0.02
XYZ46.641349.367498.3374
Yxy49.36740.24000.2540
Hunter Lab70.2619-4.4665-33.7979
CIE-Lab75.6793-0.7902-35.2549

#8cbefb color RGB value is (140,190,251).

#8cbefb hex color red value is 140, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8cbefb hue: 0.59 , saturation: 0.93 and the lightness value of 8cbefb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111110 11111011
Octal 214 276 373
Decimal 140 190 251
Hex 8C BE FB

RGB Percentages of Color #8cbefb

%24.10
%32.70
%43.20

CMYK Percentages of Color #8cbefb

%44
%24
%0
%2

Triadic Colors of #8cbefb

#8cbefb #fb8cbe #befb8c

Analogous Colors of #8cbefb

#8cbefb #928cfb #8cf6fb

Monochromatic Colors of #8cbefb

#8cbefb

Complementary Color

#8cbefb #fbc98c

#8cbefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbefb Color CSS Codes

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

#8cbefb Text Font Color

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

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


#8cbefb Background Color

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

This div background color is #8cbefb


#8cbefb Border Color

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

This div border color is #8cbefb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,190,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbefb


Comments

No comments written yet.

Please login to write comment.