Color Hex Logo

#6aebcb Color Hex

#6AEBCB
(106,235,203)
0 Favorites   0 Comments

Color spaces of #6aebcb

RGB 106235203
HSL0.460.760.67
HSV165°55°92°
CMYK 0.550.000.14   0.08
XYZ46.431766.792666.9450
Yxy66.79260.25770.3707
Hunter Lab81.7267-41.61008.6424
CIE-Lab85.3991-43.27754.7606

#6aebcb color RGB value is (106,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11001011
Octal 152 353 313
Decimal 106 235 203
Hex 6A EB CB

RGB Percentages of Color #6aebcb

%19.49
%43.20
%37.32

CMYK Percentages of Color #6aebcb

%55
%0
%14
%8

Triadic Colors of #6aebcb

#6aebcb #cb6aeb #ebcb6a

Analogous Colors of #6aebcb

#6aebcb #6acbeb #6aeb8b

Monochromatic Colors of #6aebcb

#6aebcb

Complementary Color

#6aebcb #eb6a8a

#6aebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebcb Color CSS Codes

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

#6aebcb Text Font Color

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

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


#6aebcb Background Color

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

This div background color is #6aebcb


#6aebcb Border Color

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

This div border color is #6aebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebcb


Comments

No comments written yet.

Please login to write comment.