Color Hex Logo

#6caaeb Color Hex

#6CAAEB
(108,170,235)
0 Favorites   0 Comments

Color spaces of #6caaeb

RGB 108170235
HSL0.590.760.67
HSV211°54°92°
CMYK 0.540.280.00   0.08
XYZ35.554537.935884.0457
Yxy37.93580.22570.2408
Hunter Lab61.5920-4.7455-37.7900
CIE-Lab67.9733-1.6888-38.6815

#6caaeb color RGB value is (108,170,235).

#6caaeb hex color red value is 108, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #6caaeb hue: 0.59 , saturation: 0.76 and the lightness value of 6caaeb is 0.67.

The process color (four color CMYK) of #6caaeb color hex is 0.54, 0.28, 0.00, 0.08. Web safe color of #6caaeb is #6699ff. Color #6caaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 11101011
Octal 154 252 353
Decimal 108 170 235
Hex 6C AA EB

RGB Percentages of Color #6caaeb

%21.05
%33.14
%45.81

CMYK Percentages of Color #6caaeb

%54
%28
%0
%8

Triadic Colors of #6caaeb

#6caaeb #eb6caa #aaeb6c

Analogous Colors of #6caaeb

#6caaeb #6e6ceb #6ceaeb

Monochromatic Colors of #6caaeb

#6caaeb

Complementary Color

#6caaeb #ebad6c

#6caaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caaeb Color CSS Codes

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

#6caaeb Text Font Color

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

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


#6caaeb Background Color

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

This div background color is #6caaeb


#6caaeb Border Color

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

This div border color is #6caaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caaeb


Comments

No comments written yet.

Please login to write comment.