Color Hex Logo

#6caeba Color Hex

#6CAEBA
(108,174,186)
0 Favorites   0 Comments

Color spaces of #6caeba

RGB 108174186
HSL0.530.360.58
HSV189°42°73°
CMYK 0.420.060.00   0.27
XYZ30.183337.005452.0063
Yxy37.00540.25320.3105
Hunter Lab60.8321-17.8890-8.1055
CIE-Lab67.2811-17.8458-12.7490

#6caeba color RGB value is (108,174,186).

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

The process color (four color CMYK) of #6caeba color hex is 0.42, 0.06, 0.00, 0.27. Web safe color of #6caeba is #6699cc. Color #6caeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 10111010
Octal 154 256 272
Decimal 108 174 186
Hex 6C AE BA

RGB Percentages of Color #6caeba

%23.08
%37.18
%39.74

CMYK Percentages of Color #6caeba

%42
%6
%0
%27

Triadic Colors of #6caeba

#6caeba #ba6cae #aeba6c

Analogous Colors of #6caeba

#6caeba #6c87ba #6cba9f

Monochromatic Colors of #6caeba

#6caeba

Complementary Color

#6caeba #ba786c

#6caeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caeba Color CSS Codes

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

#6caeba Text Font Color

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

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


#6caeba Background Color

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

This div background color is #6caeba


#6caeba Border Color

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

This div border color is #6caeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caeba


Comments

No comments written yet.

Please login to write comment.