Color Hex Logo

#6ae0bc Color Hex

#6AE0BC
(106,224,188)
0 Favorites   0 Comments

Color spaces of #6ae0bc

RGB 106224188
HSL0.450.660.65
HSV162°53°88°
CMYK 0.530.000.16   0.12
XYZ41.676660.006356.9627
Yxy60.00630.26270.3782
Hunter Lab77.4637-39.526010.6259
CIE-Lab81.8416-41.87317.5388

#6ae0bc color RGB value is (106,224,188).

#6ae0bc hex color red value is 106, green value is 224 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6ae0bc hue: 0.45 , saturation: 0.66 and the lightness value of 6ae0bc is 0.65.

The process color (four color CMYK) of #6ae0bc color hex is 0.53, 0.00, 0.16, 0.12. Web safe color of #6ae0bc is #66cccc. Color #6ae0bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11100000 10111100
Octal 152 340 274
Decimal 106 224 188
Hex 6A E0 BC

RGB Percentages of Color #6ae0bc

%20.46
%43.24
%36.29

CMYK Percentages of Color #6ae0bc

%53
%0
%16
%12

Triadic Colors of #6ae0bc

#6ae0bc #bc6ae0 #e0bc6a

Analogous Colors of #6ae0bc

#6ae0bc #6ac9e0 #6ae081

Monochromatic Colors of #6ae0bc

#6ae0bc

Complementary Color

#6ae0bc #e06a8e

#6ae0bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ae0bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ae0bc Color CSS Codes

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

#6ae0bc Text Font Color

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

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


#6ae0bc Background Color

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

This div background color is #6ae0bc


#6ae0bc Border Color

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

This div border color is #6ae0bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ae0bc


Comments

No comments written yet.

Please login to write comment.