Color Hex Logo

#8bcfeb Color Hex

#8BCFEB
(139,207,235)
0 Favorites   0 Comments

Color spaces of #8bcfeb

RGB 139207235
HSL0.550.710.73
HSV198°41°92°
CMYK 0.410.120.00   0.08
XYZ47.955756.112886.9006
Yxy56.11280.25110.2938
Hunter Lab74.9085-16.8158-16.3458
CIE-Lab79.6780-14.3554-20.5552

#8bcfeb color RGB value is (139,207,235).

#8bcfeb hex color red value is 139, green value is 207 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8bcfeb hue: 0.55 , saturation: 0.71 and the lightness value of 8bcfeb is 0.73.

The process color (four color CMYK) of #8bcfeb color hex is 0.41, 0.12, 0.00, 0.08. Web safe color of #8bcfeb is #99ccff. Color #8bcfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11001111 11101011
Octal 213 317 353
Decimal 139 207 235
Hex 8B CF EB

RGB Percentages of Color #8bcfeb

%23.92
%35.63
%40.45

CMYK Percentages of Color #8bcfeb

%41
%12
%0
%8

Triadic Colors of #8bcfeb

#8bcfeb #eb8bcf #cfeb8b

Analogous Colors of #8bcfeb

#8bcfeb #8b9feb #8bebd7

Monochromatic Colors of #8bcfeb

#8bcfeb

Complementary Color

#8bcfeb #eba78b

#8bcfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bcfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bcfeb Color CSS Codes

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

#8bcfeb Text Font Color

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

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


#8bcfeb Background Color

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

This div background color is #8bcfeb


#8bcfeb Border Color

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

This div border color is #8bcfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bcfeb


Comments

No comments written yet.

Please login to write comment.