Color Hex Logo

#8fbdeb Color Hex

#8FBDEB
(143,189,235)
0 Favorites   0 Comments

Color spaces of #8fbdeb

RGB 143189235
HSL0.580.700.74
HSV210°39°92°
CMYK 0.390.200.00   0.08
XYZ44.520748.233085.5607
Yxy48.23300.24970.2705
Hunter Lab69.4500-7.1106-24.4289
CIE-Lab74.9717-3.8098-27.7111

#8fbdeb color RGB value is (143,189,235).

#8fbdeb hex color red value is 143, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8fbdeb hue: 0.58 , saturation: 0.70 and the lightness value of 8fbdeb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111101 11101011
Octal 217 275 353
Decimal 143 189 235
Hex 8F BD EB

RGB Percentages of Color #8fbdeb

%25.22
%33.33
%41.45

CMYK Percentages of Color #8fbdeb

%39
%20
%0
%8

Triadic Colors of #8fbdeb

#8fbdeb #eb8fbd #bdeb8f

Analogous Colors of #8fbdeb

#8fbdeb #8f8feb #8febeb

Monochromatic Colors of #8fbdeb

#8fbdeb

Complementary Color

#8fbdeb #ebbd8f

#8fbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbdeb Color CSS Codes

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

#8fbdeb Text Font Color

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

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


#8fbdeb Background Color

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

This div background color is #8fbdeb


#8fbdeb Border Color

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

This div border color is #8fbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbdeb


Comments

No comments written yet.

Please login to write comment.