Color Hex Logo

#6ebcbd Color Hex

#6EBCBD
(110,188,189)
0 Favorites   0 Comments

Color spaces of #6ebcbd

RGB 110188189
HSL0.500.370.59
HSV181°42°74°
CMYK 0.420.010.00   0.26
XYZ33.598942.955654.6645
Yxy42.95560.25610.3274
Hunter Lab65.5405-23.1891-3.5728
CIE-Lab71.5248-23.7273-8.0517

#6ebcbd color RGB value is (110,188,189).

#6ebcbd hex color red value is 110, green value is 188 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #6ebcbd hue: 0.50 , saturation: 0.37 and the lightness value of 6ebcbd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10111100 10111101
Octal 156 274 275
Decimal 110 188 189
Hex 6E BC BD

RGB Percentages of Color #6ebcbd

%22.59
%38.60
%38.81

CMYK Percentages of Color #6ebcbd

%42
%1
%0
%26

Triadic Colors of #6ebcbd

#6ebcbd #bd6ebc #bcbd6e

Analogous Colors of #6ebcbd

#6ebcbd #6e95bd #6ebd97

Monochromatic Colors of #6ebcbd

#6ebcbd

Complementary Color

#6ebcbd #bd6f6e

#6ebcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ebcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ebcbd Color CSS Codes

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

#6ebcbd Text Font Color

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

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


#6ebcbd Background Color

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

This div background color is #6ebcbd


#6ebcbd Border Color

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

This div border color is #6ebcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ebcbd


Comments

No comments written yet.

Please login to write comment.