Color Hex Logo

#8cfdb3 Color Hex

#8CFDB3
(140,253,179)
0 Favorites   0 Comments

Color spaces of #8cfdb3

RGB 140253179
HSL0.390.970.77
HSV141°45°99°
CMYK 0.450.000.29   0.01
XYZ54.077279.080755.0618
Yxy79.08070.28730.4202
Hunter Lab88.9273-47.076025.5381
CIE-Lab91.2708-48.061125.6089

#8cfdb3 color RGB value is (140,253,179).

#8cfdb3 hex color red value is 140, green value is 253 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #8cfdb3 hue: 0.39 , saturation: 0.97 and the lightness value of 8cfdb3 is 0.77.

The process color (four color CMYK) of #8cfdb3 color hex is 0.45, 0.00, 0.29, 0.01. Web safe color of #8cfdb3 is #99ffcc. Color #8cfdb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11111101 10110011
Octal 214 375 263
Decimal 140 253 179
Hex 8C FD B3

RGB Percentages of Color #8cfdb3

%24.48
%44.23
%31.29

CMYK Percentages of Color #8cfdb3

%45
%0
%29
%1

Triadic Colors of #8cfdb3

#8cfdb3 #b38cfd #fdb38c

Analogous Colors of #8cfdb3

#8cfdb3 #8cfdec #9efd8c

Monochromatic Colors of #8cfdb3

#8cfdb3

Complementary Color

#8cfdb3 #fd8cd6

#8cfdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cfdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cfdb3 Color CSS Codes

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

#8cfdb3 Text Font Color

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

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


#8cfdb3 Background Color

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

This div background color is #8cfdb3


#8cfdb3 Border Color

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

This div border color is #8cfdb3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,253,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cfdb3

Related Colors


Comments

No comments written yet.

Please login to write comment.