Color Hex Logo

#8fdbe8 Color Hex

#8FDBE8
(143,219,232)
0 Favorites   0 Comments

Color spaces of #8fdbe8

RGB 143219232
HSL0.520.660.74
HSV189°38°91°
CMYK 0.380.060.00   0.09
XYZ51.224762.328985.6748
Yxy62.32890.25710.3129
Hunter Lab78.9487-22.3430-9.0772
CIE-Lab83.0880-20.2073-13.7994

#8fdbe8 color RGB value is (143,219,232).

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

The process color (four color CMYK) of #8fdbe8 color hex is 0.38, 0.06, 0.00, 0.09. Web safe color of #8fdbe8 is #99ccff. Color #8fdbe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011011 11101000
Octal 217 333 350
Decimal 143 219 232
Hex 8F DB E8

RGB Percentages of Color #8fdbe8

%24.07
%36.87
%39.06

CMYK Percentages of Color #8fdbe8

%38
%6
%0
%9

Triadic Colors of #8fdbe8

#8fdbe8 #e88fdb #dbe88f

Analogous Colors of #8fdbe8

#8fdbe8 #8fafe8 #8fe8c9

Monochromatic Colors of #8fdbe8

#8fdbe8

Complementary Color

#8fdbe8 #e89c8f

#8fdbe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdbe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdbe8 Color CSS Codes

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

#8fdbe8 Text Font Color

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

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


#8fdbe8 Background Color

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

This div background color is #8fdbe8


#8fdbe8 Border Color

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

This div border color is #8fdbe8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,219,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdbe8


Comments

No comments written yet.

Please login to write comment.