Color Hex Logo

#6ebccb Color Hex

#6EBCCB
(110,188,203)
0 Favorites   0 Comments

Color spaces of #6ebccb

RGB 110188203
HSL0.530.470.61
HSV190°46°80°
CMYK 0.460.070.00   0.20
XYZ35.193143.593263.0594
Yxy43.59320.24810.3073
Hunter Lab66.0251-20.3989-10.4092
CIE-Lab71.9558-20.0794-15.0615

#6ebccb color RGB value is (110,188,203).

#6ebccb hex color red value is 110, green value is 188 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #6ebccb hue: 0.53 , saturation: 0.47 and the lightness value of 6ebccb is 0.61.

The process color (four color CMYK) of #6ebccb color hex is 0.46, 0.07, 0.00, 0.20. Web safe color of #6ebccb is #66cccc. Color #6ebccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 11001011
Octal 156 274 313
Decimal 110 188 203
Hex 6E BC CB

RGB Percentages of Color #6ebccb

%21.96
%37.52
%40.52

CMYK Percentages of Color #6ebccb

%46
%7
%0
%20

Triadic Colors of #6ebccb

#6ebccb #cb6ebc #bccb6e

Analogous Colors of #6ebccb

#6ebccb #6e8ecb #6ecbac

Monochromatic Colors of #6ebccb

#6ebccb

Complementary Color

#6ebccb #cb7d6e

#6ebccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebccb Color CSS Codes

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

#6ebccb Text Font Color

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

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


#6ebccb Background Color

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

This div background color is #6ebccb


#6ebccb Border Color

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

This div border color is #6ebccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebccb


Comments

No comments written yet.

Please login to write comment.