Color Hex Logo

#6caabf Color Hex

#6CAABF
(108,170,191)
0 Favorites   0 Comments

Color spaces of #6caabf

RGB 108170191
HSL0.540.390.59
HSV195°43°75°
CMYK 0.430.110.00   0.25
XYZ29.963035.699254.6016
Yxy35.69920.24910.2968
Hunter Lab59.7488-15.0457-12.3582
CIE-Lab66.2894-14.4035-17.0172

#6caabf color RGB value is (108,170,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 10111111
Octal 154 252 277
Decimal 108 170 191
Hex 6C AA BF

RGB Percentages of Color #6caabf

%23.03
%36.25
%40.72

CMYK Percentages of Color #6caabf

%43
%11
%0
%25

Triadic Colors of #6caabf

#6caabf #bf6caa #aabf6c

Analogous Colors of #6caabf

#6caabf #6c81bf #6cbfab

Monochromatic Colors of #6caabf

#6caabf

Complementary Color

#6caabf #bf816c

#6caabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caabf Color CSS Codes

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

#6caabf Text Font Color

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

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


#6caabf Background Color

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

This div background color is #6caabf


#6caabf Border Color

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

This div border color is #6caabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caabf


Comments

No comments written yet.

Please login to write comment.