Color Hex Logo

#8fdefb Color Hex

#8FDEFB
(143,222,251)
0 Favorites   0 Comments

Color spaces of #8fdefb

RGB 143222251
HSL0.540.930.77
HSV196°43°98°
CMYK 0.430.120.00   0.02
XYZ54.861665.0472100.9306
Yxy65.04720.24840.2945
Hunter Lab80.6518-19.7201-17.7413
CIE-Lab84.5081-16.9177-21.7176

#8fdefb color RGB value is (143,222,251).

#8fdefb hex color red value is 143, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #8fdefb hue: 0.54 , saturation: 0.93 and the lightness value of 8fdefb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011110 11111011
Octal 217 336 373
Decimal 143 222 251
Hex 8F DE FB

RGB Percentages of Color #8fdefb

%23.21
%36.04
%40.75

CMYK Percentages of Color #8fdefb

%43
%12
%0
%2

Triadic Colors of #8fdefb

#8fdefb #fb8fde #defb8f

Analogous Colors of #8fdefb

#8fdefb #8fa8fb #8ffbe2

Monochromatic Colors of #8fdefb

#8fdefb

Complementary Color

#8fdefb #fbac8f

#8fdefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdefb Color CSS Codes

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

#8fdefb Text Font Color

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

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


#8fdefb Background Color

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

This div background color is #8fdefb


#8fdefb Border Color

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

This div border color is #8fdefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdefb

Related Colors


Comments

No comments written yet.

Please login to write comment.