Color Hex Logo

#8feeeb Color Hex

#8FEEEB
(143,238,235)
0 Favorites   0 Comments

Color spaces of #8feeeb

RGB 143238235
HSL0.490.740.75
HSV178°40°93°
CMYK 0.400.000.01   0.07
XYZ56.897672.986989.6863
Yxy72.98690.25910.3324
Hunter Lab85.4324-30.6264-2.4396
CIE-Lab88.4415-28.7846-7.4072

#8feeeb color RGB value is (143,238,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 11101110 11101011
Octal 217 356 353
Decimal 143 238 235
Hex 8F EE EB

RGB Percentages of Color #8feeeb

%23.21
%38.64
%38.15

CMYK Percentages of Color #8feeeb

%40
%0
%1
%7

Triadic Colors of #8feeeb

#8feeeb #eb8fee #eeeb8f

Analogous Colors of #8feeeb

#8feeeb #8fc2ee #8feebc

Monochromatic Colors of #8feeeb

#8feeeb

Complementary Color

#8feeeb #ee8f92

#8feeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8feeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8feeeb Color CSS Codes

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

#8feeeb Text Font Color

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

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


#8feeeb Background Color

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

This div background color is #8feeeb


#8feeeb Border Color

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

This div border color is #8feeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8feeeb


Comments

No comments written yet.

Please login to write comment.