Color Hex Logo

#8cfeeb Color Hex

#8CFEEB
(140,254,235)
0 Favorites   0 Comments

Color spaces of #8cfeeb

RGB 140254235
HSL0.470.980.77
HSV170°45°100°
CMYK 0.450.000.07   0.00
XYZ61.252482.457291.2848
Yxy82.45720.26070.3509
Hunter Lab90.8059-38.50473.9615
CIE-Lab92.7763-36.9815-1.0407

#8cfeeb color RGB value is (140,254,235).

#8cfeeb hex color red value is 140, green value is 254 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8cfeeb hue: 0.47 , saturation: 0.98 and the lightness value of 8cfeeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111110 11101011
Octal 214 376 353
Decimal 140 254 235
Hex 8C FE EB

RGB Percentages of Color #8cfeeb

%22.26
%40.38
%37.36

CMYK Percentages of Color #8cfeeb

%45
%0
%7
%0

Triadic Colors of #8cfeeb

#8cfeeb #eb8cfe #feeb8c

Analogous Colors of #8cfeeb

#8cfeeb #8cd8fe #8cfeb2

Monochromatic Colors of #8cfeeb

#8cfeeb

Complementary Color

#8cfeeb #fe8c9f

#8cfeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfeeb Color CSS Codes

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

#8cfeeb Text Font Color

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

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


#8cfeeb Background Color

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

This div background color is #8cfeeb


#8cfeeb Border Color

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

This div border color is #8cfeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.