Color Hex Logo

#8fdfee Color Hex

#8FDFEE
(143,223,238)
0 Favorites   0 Comments

Color spaces of #8fdfee

RGB 143223238
HSL0.530.740.75
HSV189°40°93°
CMYK 0.400.060.00   0.07
XYZ53.148064.788090.5931
Yxy64.78800.25490.3107
Hunter Lab80.4910-22.9961-10.3876
CIE-Lab84.3744-20.7219-15.0492

#8fdfee color RGB value is (143,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11011111 11101110
Octal 217 337 356
Decimal 143 223 238
Hex 8F DF EE

RGB Percentages of Color #8fdfee

%23.68
%36.92
%39.40

CMYK Percentages of Color #8fdfee

%40
%6
%0
%7

Triadic Colors of #8fdfee

#8fdfee #ee8fdf #dfee8f

Analogous Colors of #8fdfee

#8fdfee #8fb0ee #8feece

Monochromatic Colors of #8fdfee

#8fdfee

Complementary Color

#8fdfee #ee9e8f

#8fdfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fdfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fdfee Color CSS Codes

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

#8fdfee Text Font Color

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

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


#8fdfee Background Color

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

This div background color is #8fdfee


#8fdfee Border Color

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

This div border color is #8fdfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fdfee


Comments

No comments written yet.

Please login to write comment.