Color Hex Logo

#8bcef9 Color Hex

#8BCEF9
(139,206,249)
0 Favorites   0 Comments

Color spaces of #8bcef9

RGB 139206249
HSL0.570.900.76
HSV203°44°98°
CMYK 0.440.170.00   0.02
XYZ49.817756.471197.8969
Yxy56.47110.24400.2766
Hunter Lab75.1473-13.1739-24.6360
CIE-Lab79.8812-10.1448-27.7212

#8bcef9 color RGB value is (139,206,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11111001
Octal 213 316 371
Decimal 139 206 249
Hex 8B CE F9

RGB Percentages of Color #8bcef9

%23.40
%34.68
%41.92

CMYK Percentages of Color #8bcef9

%44
%17
%0
%2

Triadic Colors of #8bcef9

#8bcef9 #f98bce #cef98b

Analogous Colors of #8bcef9

#8bcef9 #8b97f9 #8bf9ed

Monochromatic Colors of #8bcef9

#8bcef9

Complementary Color

#8bcef9 #f9b68b

#8bcef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcef9 Color CSS Codes

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

#8bcef9 Text Font Color

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

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


#8bcef9 Background Color

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

This div background color is #8bcef9


#8bcef9 Border Color

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

This div border color is #8bcef9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcef9


Comments

No comments written yet.

Please login to write comment.