Color Hex Logo

#8fdfeb Color Hex

#8FDFEB
(143,223,235)
0 Favorites   0 Comments

Color spaces of #8fdfeb

RGB 143223235
HSL0.520.700.74
HSV188°39°92°
CMYK 0.390.050.00   0.08
XYZ52.710864.613288.2907
Yxy64.61320.25640.3142
Hunter Lab80.3823-23.6175-8.8556
CIE-Lab84.2840-21.4650-13.5977

#8fdfeb color RGB value is (143,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 11101011
Octal 217 337 353
Decimal 143 223 235
Hex 8F DF EB

RGB Percentages of Color #8fdfeb

%23.79
%37.10
%39.10

CMYK Percentages of Color #8fdfeb

%39
%5
%0
%8

Triadic Colors of #8fdfeb

#8fdfeb #eb8fdf #dfeb8f

Analogous Colors of #8fdfeb

#8fdfeb #8fb1eb #8febc9

Monochromatic Colors of #8fdfeb

#8fdfeb

Complementary Color

#8fdfeb #eb9b8f

#8fdfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfeb Color CSS Codes

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

#8fdfeb Text Font Color

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

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


#8fdfeb Background Color

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

This div background color is #8fdfeb


#8fdfeb Border Color

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

This div border color is #8fdfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfeb


Comments

No comments written yet.

Please login to write comment.