Color Hex Logo

#6caacf Color Hex

#6CAACF
(108,170,207)
0 Favorites   0 Comments

Color spaces of #6caacf

RGB 108170207
HSL0.560.510.62
HSV202°48°81°
CMYK 0.480.180.00   0.19
XYZ31.821636.442664.3884
Yxy36.44260.23990.2747
Hunter Lab60.3677-11.5509-20.9815
CIE-Lab66.8567-9.9532-25.0159

#6caacf color RGB value is (108,170,207).

#6caacf hex color red value is 108, green value is 170 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6caacf hue: 0.56 , saturation: 0.51 and the lightness value of 6caacf is 0.62.

The process color (four color CMYK) of #6caacf color hex is 0.48, 0.18, 0.00, 0.19. Web safe color of #6caacf is #6699cc. Color #6caacf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101010 11001111
Octal 154 252 317
Decimal 108 170 207
Hex 6C AA CF

RGB Percentages of Color #6caacf

%22.27
%35.05
%42.68

CMYK Percentages of Color #6caacf

%48
%18
%0
%19

Triadic Colors of #6caacf

#6caacf #cf6caa #aacf6c

Analogous Colors of #6caacf

#6caacf #6c79cf #6ccfc3

Monochromatic Colors of #6caacf

#6caacf

Complementary Color

#6caacf #cf916c

#6caacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caacf Color CSS Codes

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

#6caacf Text Font Color

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

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


#6caacf Background Color

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

This div background color is #6caacf


#6caacf Border Color

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

This div border color is #6caacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caacf


Comments

No comments written yet.

Please login to write comment.