Color Hex Logo

#8fdbeb Color Hex

#8FDBEB
(143,219,235)
0 Favorites   0 Comments

Color spaces of #8fdbeb

RGB 143219235
HSL0.530.700.74
HSV190°39°92°
CMYK 0.390.070.00   0.08
XYZ51.654662.500887.9386
Yxy62.50080.25560.3093
Hunter Lab79.0574-21.7221-10.6103
CIE-Lab83.1790-19.4645-15.2546

#8fdbeb color RGB value is (143,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11101011
Octal 217 333 353
Decimal 143 219 235
Hex 8F DB EB

RGB Percentages of Color #8fdbeb

%23.95
%36.68
%39.36

CMYK Percentages of Color #8fdbeb

%39
%7
%0
%8

Triadic Colors of #8fdbeb

#8fdbeb #eb8fdb #dbeb8f

Analogous Colors of #8fdbeb

#8fdbeb #8fadeb #8febcd

Monochromatic Colors of #8fdbeb

#8fdbeb

Complementary Color

#8fdbeb #eb9f8f

#8fdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbeb Color CSS Codes

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

#8fdbeb Text Font Color

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

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


#8fdbeb Background Color

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

This div background color is #8fdbeb


#8fdbeb Border Color

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

This div border color is #8fdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbeb


Comments

No comments written yet.

Please login to write comment.