Color Hex Logo

#6caecf Color Hex

#6CAECF
(108,174,207)
0 Favorites   0 Comments

Color spaces of #6caecf

RGB 108174207
HSL0.560.510.62
HSV200°48°81°
CMYK 0.480.160.00   0.19
XYZ32.582937.965264.6422
Yxy37.96520.24100.2808
Hunter Lab61.6159-13.4359-19.0709
CIE-Lab67.9950-12.1125-23.2737

#6caecf color RGB value is (108,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11001111
Octal 154 256 317
Decimal 108 174 207
Hex 6C AE CF

RGB Percentages of Color #6caecf

%22.09
%35.58
%42.33

CMYK Percentages of Color #6caecf

%48
%16
%0
%19

Triadic Colors of #6caecf

#6caecf #cf6cae #aecf6c

Analogous Colors of #6caecf

#6caecf #6c7dcf #6ccfbf

Monochromatic Colors of #6caecf

#6caecf

Complementary Color

#6caecf #cf8d6c

#6caecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caecf Color CSS Codes

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

#6caecf Text Font Color

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

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


#6caecf Background Color

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

This div background color is #6caecf


#6caecf Border Color

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

This div border color is #6caecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caecf


Comments

No comments written yet.

Please login to write comment.