Color Hex Logo

#6ebabb Color Hex

#6EBABB
(110,186,187)
0 Favorites   0 Comments

Color spaces of #6ebabb

RGB 110186187
HSL0.500.360.58
HSV181°41°73°
CMYK 0.410.010.00   0.27
XYZ32.959042.020753.3874
Yxy42.02070.25680.3273
Hunter Lab64.8234-22.6838-3.4538
CIE-Lab70.8852-23.2291-7.9069

#6ebabb color RGB value is (110,186,187).

#6ebabb hex color red value is 110, green value is 186 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6ebabb hue: 0.50 , saturation: 0.36 and the lightness value of 6ebabb is 0.58.

The process color (four color CMYK) of #6ebabb color hex is 0.41, 0.01, 0.00, 0.27. Web safe color of #6ebabb is #66cccc. Color #6ebabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111010 10111011
Octal 156 272 273
Decimal 110 186 187
Hex 6E BA BB

RGB Percentages of Color #6ebabb

%22.77
%38.51
%38.72

CMYK Percentages of Color #6ebabb

%41
%1
%0
%27

Triadic Colors of #6ebabb

#6ebabb #bb6eba #babb6e

Analogous Colors of #6ebabb

#6ebabb #6e94bb #6ebb96

Monochromatic Colors of #6ebabb

#6ebabb

Complementary Color

#6ebabb #bb6f6e

#6ebabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebabb Color CSS Codes

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

#6ebabb Text Font Color

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

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


#6ebabb Background Color

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

This div background color is #6ebabb


#6ebabb Border Color

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

This div border color is #6ebabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(110,186,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ebabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ebabb;
  -webkit-box-shadow: 1px 1px 3px 2px #6ebabb;
  box-shadow:         1px 1px 3px 2px #6ebabb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(110,186,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebabb


Comments

No comments written yet.

Please login to write comment.