Color Hex Logo

#8fdeeb Color Hex

#8FDEEB
(143,222,235)
0 Favorites   0 Comments

Color spaces of #8fdeeb

RGB 143222235
HSL0.520.700.74
HSV188°39°92°
CMYK 0.390.060.00   0.08
XYZ52.444464.080488.2019
Yxy64.08040.25620.3130
Hunter Lab80.0502-23.1448-9.2924
CIE-Lab84.0076-20.9669-14.0117

#8fdeeb color RGB value is (143,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011110 11101011
Octal 217 336 353
Decimal 143 222 235
Hex 8F DE EB

RGB Percentages of Color #8fdeeb

%23.83
%37.00
%39.17

CMYK Percentages of Color #8fdeeb

%39
%6
%0
%8

Triadic Colors of #8fdeeb

#8fdeeb #eb8fde #deeb8f

Analogous Colors of #8fdeeb

#8fdeeb #8fb0eb #8febca

Monochromatic Colors of #8fdeeb

#8fdeeb

Complementary Color

#8fdeeb #eb9c8f

#8fdeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdeeb Color CSS Codes

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

#8fdeeb Text Font Color

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

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


#8fdeeb Background Color

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

This div background color is #8fdeeb


#8fdeeb Border Color

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

This div border color is #8fdeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdeeb


Comments

No comments written yet.

Please login to write comment.