Color Hex Logo

#6aedbc Color Hex

#6AEDBC
(106,237,188)
0 Favorites   0 Comments

Color spaces of #6aedbc

RGB 106237188
HSL0.440.780.67
HSV158°55°93°
CMYK 0.550.000.21   0.07
XYZ45.305167.263458.1723
Yxy67.26340.26530.3940
Hunter Lab82.0143-44.920715.3559
CIE-Lab85.6368-47.513012.9495

#6aedbc color RGB value is (106,237,188).

#6aedbc hex color red value is 106, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #6aedbc hue: 0.44 , saturation: 0.78 and the lightness value of 6aedbc is 0.67.

The process color (four color CMYK) of #6aedbc color hex is 0.55, 0.00, 0.21, 0.07. Web safe color of #6aedbc is #66ffcc. Color #6aedbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101101 10111100
Octal 152 355 274
Decimal 106 237 188
Hex 6A ED BC

RGB Percentages of Color #6aedbc

%19.96
%44.63
%35.40

CMYK Percentages of Color #6aedbc

%55
%0
%21
%7

Triadic Colors of #6aedbc

#6aedbc #bc6aed #edbc6a

Analogous Colors of #6aedbc

#6aedbc #6added #6aed7b

Monochromatic Colors of #6aedbc

#6aedbc

Complementary Color

#6aedbc #ed6a9b

#6aedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aedbc Color CSS Codes

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

#6aedbc Text Font Color

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

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


#6aedbc Background Color

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

This div background color is #6aedbc


#6aedbc Border Color

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

This div border color is #6aedbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,237,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 #6aedbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aedbc


Comments

No comments written yet.

Please login to write comment.