Color Hex Logo

#6aebbd Color Hex

#6AEBBD
(106,235,189)
0 Favorites   0 Comments

Color spaces of #6aebbd

RGB 106235189
HSL0.440.760.67
HSV159°55°92°
CMYK 0.550.000.20   0.08
XYZ44.837566.155058.5501
Yxy66.15500.26450.3902
Hunter Lab81.3357-43.936814.2547
CIE-Lab85.0754-46.441711.6310

#6aebbd color RGB value is (106,235,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 10111101
Octal 152 353 275
Decimal 106 235 189
Hex 6A EB BD

RGB Percentages of Color #6aebbd

%20.00
%44.34
%35.66

CMYK Percentages of Color #6aebbd

%55
%0
%20
%8

Triadic Colors of #6aebbd

#6aebbd #bd6aeb #ebbd6a

Analogous Colors of #6aebbd

#6aebbd #6ad9eb #6aeb7d

Monochromatic Colors of #6aebbd

#6aebbd

Complementary Color

#6aebbd #eb6a98

#6aebbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebbd Color CSS Codes

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

#6aebbd Text Font Color

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

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


#6aebbd Background Color

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

This div background color is #6aebbd


#6aebbd Border Color

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

This div border color is #6aebbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebbd


Comments

No comments written yet.

Please login to write comment.