Color Hex Logo

#6cea8d Color Hex

#6CEA8D
(108,234,141)
0 Favorites   0 Comments

Color spaces of #6cea8d

RGB 108234141
HSL0.380.750.67
HSV136°54°92°
CMYK 0.540.000.40   0.08
XYZ40.414963.956935.4141
Yxy63.95690.28910.4575
Hunter Lab79.9731-49.746729.7260
CIE-Lab83.9433-54.804734.7741

#6cea8d color RGB value is (108,234,141).

#6cea8d hex color red value is 108, green value is 234 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #6cea8d hue: 0.38 , saturation: 0.75 and the lightness value of 6cea8d is 0.67.

The process color (four color CMYK) of #6cea8d color hex is 0.54, 0.00, 0.40, 0.08. Web safe color of #6cea8d is #66ff99. Color #6cea8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11101010 10001101
Octal 154 352 215
Decimal 108 234 141
Hex 6C EA 8D

RGB Percentages of Color #6cea8d

%22.36
%48.45
%29.19

CMYK Percentages of Color #6cea8d

%54
%0
%40
%8

Triadic Colors of #6cea8d

#6cea8d #8d6cea #ea8d6c

Analogous Colors of #6cea8d

#6cea8d #6ceacc #8aea6c

Monochromatic Colors of #6cea8d

#6cea8d

Complementary Color

#6cea8d #ea6cc9

#6cea8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cea8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cea8d Color CSS Codes

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

#6cea8d Text Font Color

<p style="color:#6cea8d">Text here</p>

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


#6cea8d Background Color

<div style="background-color:#6cea8d">
Div content here</div>

This div background color is #6cea8d


#6cea8d Border Color

<div style="border:3px solid #6cea8d">
Div here</div>

This div border color is #6cea8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,234,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cea8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cea8d;
  -webkit-box-shadow: 1px 1px 3px 2px #6cea8d;
  box-shadow:         1px 1px 3px 2px #6cea8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,234,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cea8d


Comments

No comments written yet.

Please login to write comment.