Color Hex Logo

#8fedee Color Hex

#8FEDEE
(143,237,238)
0 Favorites   0 Comments

Color spaces of #8fedee

RGB 143237238
HSL0.500.740.75
HSV181°40°93°
CMYK 0.400.000.00   0.07
XYZ57.044572.581191.8919
Yxy72.58110.25750.3277
Hunter Lab85.1945-29.5705-4.3148
CIE-Lab88.2475-27.5864-9.2660

#8fedee color RGB value is (143,237,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101101 11101110
Octal 217 355 356
Decimal 143 237 238
Hex 8F ED EE

RGB Percentages of Color #8fedee

%23.14
%38.35
%38.51

CMYK Percentages of Color #8fedee

%40
%0
%0
%7

Triadic Colors of #8fedee

#8fedee #ee8fed #edee8f

Analogous Colors of #8fedee

#8fedee #8fbeee #8feec0

Monochromatic Colors of #8fedee

#8fedee

Complementary Color

#8fedee #ee908f

#8fedee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fedee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fedee Color CSS Codes

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

#8fedee Text Font Color

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

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


#8fedee Background Color

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

This div background color is #8fedee


#8fedee Border Color

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

This div border color is #8fedee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fedee


Comments

No comments written yet.

Please login to write comment.