Color Hex Logo

#8cbdfb Color Hex

#8CBDFB
(140,189,251)
0 Favorites   0 Comments

Color spaces of #8cbdfb

RGB 140189251
HSL0.590.930.77
HSV214°44°98°
CMYK 0.440.250.00   0.02
XYZ46.425448.935798.2654
Yxy48.93570.23980.2527
Hunter Lab69.9541-3.9571-34.3176
CIE-Lab75.4113-0.2444-35.6698

#8cbdfb color RGB value is (140,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111101 11111011
Octal 214 275 373
Decimal 140 189 251
Hex 8C BD FB

RGB Percentages of Color #8cbdfb

%24.14
%32.59
%43.28

CMYK Percentages of Color #8cbdfb

%44
%25
%0
%2

Triadic Colors of #8cbdfb

#8cbdfb #fb8cbd #bdfb8c

Analogous Colors of #8cbdfb

#8cbdfb #938cfb #8cf5fb

Monochromatic Colors of #8cbdfb

#8cbdfb

Complementary Color

#8cbdfb #fbca8c

#8cbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbdfb Color CSS Codes

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

#8cbdfb Text Font Color

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

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


#8cbdfb Background Color

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

This div background color is #8cbdfb


#8cbdfb Border Color

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

This div border color is #8cbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbdfb


Comments

No comments written yet.

Please login to write comment.