Color Hex Logo

#6dbea1 Color Hex

#6DBEA1
(109,190,161)
0 Favorites   0 Comments

Color spaces of #6dbea1

RGB 109190161
HSL0.440.380.59
HSV159°43°75°
CMYK 0.430.000.15   0.25
XYZ31.153242.651340.3088
Yxy42.65130.27300.3738
Hunter Lab65.3080-29.14099.1211
CIE-Lab71.3177-31.62946.9404

#6dbea1 color RGB value is (109,190,161).

#6dbea1 hex color red value is 109, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #6dbea1 hue: 0.44 , saturation: 0.38 and the lightness value of 6dbea1 is 0.59.

The process color (four color CMYK) of #6dbea1 color hex is 0.43, 0.00, 0.15, 0.25. Web safe color of #6dbea1 is #66cc99. Color #6dbea1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111110 10100001
Octal 155 276 241
Decimal 109 190 161
Hex 6D BE A1

RGB Percentages of Color #6dbea1

%23.70
%41.30
%35.00

CMYK Percentages of Color #6dbea1

%43
%0
%15
%25

Triadic Colors of #6dbea1

#6dbea1 #a16dbe #bea16d

Analogous Colors of #6dbea1

#6dbea1 #6db3be #6dbe79

Monochromatic Colors of #6dbea1

#6dbea1

Complementary Color

#6dbea1 #be6d8a

#6dbea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbea1 Color CSS Codes

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

#6dbea1 Text Font Color

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

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


#6dbea1 Background Color

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

This div background color is #6dbea1


#6dbea1 Border Color

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

This div border color is #6dbea1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,190,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dbea1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dbea1;
  -webkit-box-shadow: 1px 1px 3px 2px #6dbea1;
  box-shadow:         1px 1px 3px 2px #6dbea1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,190,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbea1


Comments

No comments written yet.

Please login to write comment.