Color Hex Logo

#8bcefd Color Hex

#8BCEFD
(139,206,253)
0 Favorites   0 Comments

Color spaces of #8bcefd

RGB 139206253
HSL0.570.970.77
HSV205°45°99°
CMYK 0.450.190.00   0.01
XYZ50.448456.7234101.2183
Yxy56.72340.24210.2722
Hunter Lab75.3149-12.2360-26.9614
CIE-Lab80.0238-9.0653-29.6342

#8bcefd color RGB value is (139,206,253).

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

The process color (four color CMYK) of #8bcefd color hex is 0.45, 0.19, 0.00, 0.01. Web safe color of #8bcefd is #99ccff. Color #8bcefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001110 11111101
Octal 213 316 375
Decimal 139 206 253
Hex 8B CE FD

RGB Percentages of Color #8bcefd

%23.24
%34.45
%42.31

CMYK Percentages of Color #8bcefd

%45
%19
%0
%1

Triadic Colors of #8bcefd

#8bcefd #fd8bce #cefd8b

Analogous Colors of #8bcefd

#8bcefd #8b95fd #8bfdf3

Monochromatic Colors of #8bcefd

#8bcefd

Complementary Color

#8bcefd #fdba8b

#8bcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcefd Color CSS Codes

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

#8bcefd Text Font Color

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

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


#8bcefd Background Color

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

This div background color is #8bcefd


#8bcefd Border Color

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

This div border color is #8bcefd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcefd


Comments

No comments written yet.

Please login to write comment.