Color Hex Logo

#8cbbf9 Color Hex

#8CBBF9
(140,187,249)
0 Favorites   0 Comments

Color spaces of #8cbbf9

RGB 140187249
HSL0.590.900.76
HSV214°44°98°
CMYK 0.440.250.00   0.02
XYZ45.684447.955696.4711
Yxy47.95560.24030.2523
Hunter Lab69.2500-3.4305-34.1210
CIE-Lab74.79690.2975-35.5455

#8cbbf9 color RGB value is (140,187,249).

#8cbbf9 hex color red value is 140, green value is 187 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #8cbbf9 hue: 0.59 , saturation: 0.90 and the lightness value of 8cbbf9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111011 11111001
Octal 214 273 371
Decimal 140 187 249
Hex 8C BB F9

RGB Percentages of Color #8cbbf9

%24.31
%32.47
%43.23

CMYK Percentages of Color #8cbbf9

%44
%25
%0
%2

Triadic Colors of #8cbbf9

#8cbbf9 #f98cbb #bbf98c

Analogous Colors of #8cbbf9

#8cbbf9 #948cf9 #8cf2f9

Monochromatic Colors of #8cbbf9

#8cbbf9

Complementary Color

#8cbbf9 #f9ca8c

#8cbbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbbf9 Color CSS Codes

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

#8cbbf9 Text Font Color

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

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


#8cbbf9 Background Color

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

This div background color is #8cbbf9


#8cbbf9 Border Color

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

This div border color is #8cbbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbbf9


Comments

No comments written yet.

Please login to write comment.