color codes Logo

#6abd95 color codes

#6ABD95
(106,189,149)
0 Favorites   0 Comments

Color spaces of #6abd95

RGB 106189149
HSL0.420.390.58
HSV151°44°74°
CMYK 0.440.000.21   0.26
XYZ29.566341.629334.9107
Yxy41.62930.27860.3923
Hunter Lab64.5208-31.114713.0841
CIE-Lab70.6146-34.554812.4483

#6abd95 color RGB value is (106,189,149).

#6abd95 hex color red value is 106, green value is 189 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #6abd95 hue: 0.42 , saturation: 0.39 and the lightness value of 6abd95 is 0.58.

The process color (four color CMYK) of #6abd95 color code is 0.44, 0.00, 0.21, 0.26. Web safe color of #6abd95 is #66cc99. Color #6abd95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 10010101
Octal 152 275 225
Decimal 106 189 149
Hex 6A BD 95

RGB Percentages of Color #6abd95

%23.87
%42.57
%33.56

CMYK Percentages of Color #6abd95

%44
%0
%21
%26

Triadic Colors of #6abd95

#6abd95 #956abd #bd956a

Analogous Colors of #6abd95

#6abd95 #6abcbd #6abd6c

Monochromatic Colors of #6abd95

#6abd95

Complementary Color

#6abd95 #bd6a92

#6abd95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abd95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abd95 Color CSS Codes

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

#6abd95 Text Font Color

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

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


#6abd95 Background Color

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

This div background color is #6abd95


#6abd95 Border Color

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

This div border color is #6abd95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,189,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6abd95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6abd95;
  -webkit-box-shadow: 1px 1px 3px 2px #6abd95;
  box-shadow:         1px 1px 3px 2px #6abd95; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,189,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abd95


Comments

No comments written yet.

Please login to write comment.