Color Hex Logo

#6caebd Color Hex

#6CAEBD
(108,174,189)
0 Favorites   0 Comments

Color spaces of #6caebd

RGB 108174189
HSL0.530.380.58
HSV191°43°74°
CMYK 0.430.080.00   0.26
XYZ30.505737.134453.7039
Yxy37.13440.25140.3060
Hunter Lab60.9380-17.2840-9.5949
CIE-Lab67.3777-17.0522-14.2652

#6caebd color RGB value is (108,174,189).

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

The process color (four color CMYK) of #6caebd color hex is 0.43, 0.08, 0.00, 0.26. Web safe color of #6caebd is #6699cc. Color #6caebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 10111101
Octal 154 256 275
Decimal 108 174 189
Hex 6C AE BD

RGB Percentages of Color #6caebd

%22.93
%36.94
%40.13

CMYK Percentages of Color #6caebd

%43
%8
%0
%26

Triadic Colors of #6caebd

#6caebd #bd6cae #aebd6c

Analogous Colors of #6caebd

#6caebd #6c86bd #6cbda4

Monochromatic Colors of #6caebd

#6caebd

Complementary Color

#6caebd #bd7b6c

#6caebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caebd Color CSS Codes

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

#6caebd Text Font Color

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

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


#6caebd Background Color

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

This div background color is #6caebd


#6caebd Border Color

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

This div border color is #6caebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caebd


Comments

No comments written yet.

Please login to write comment.