Color Hex Logo

#6caebf Color Hex

#6CAEBF
(108,174,191)
0 Favorites   0 Comments

Color spaces of #6caebf

RGB 108174191
HSL0.530.390.59
HSV192°43°75°
CMYK 0.430.090.00   0.25
XYZ30.724437.221854.8554
Yxy37.22180.25020.3031
Hunter Lab61.0097-16.8745-10.6024
CIE-Lab67.4431-16.5178-15.2740

#6caebf color RGB value is (108,174,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 10111111
Octal 154 256 277
Decimal 108 174 191
Hex 6C AE BF

RGB Percentages of Color #6caebf

%22.83
%36.79
%40.38

CMYK Percentages of Color #6caebf

%43
%9
%0
%25

Triadic Colors of #6caebf

#6caebf #bf6cae #aebf6c

Analogous Colors of #6caebf

#6caebf #6c85bf #6cbfa7

Monochromatic Colors of #6caebf

#6caebf

Complementary Color

#6caebf #bf7d6c

#6caebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caebf Color CSS Codes

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

#6caebf Text Font Color

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

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


#6caebf Background Color

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

This div background color is #6caebf


#6caebf Border Color

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

This div border color is #6caebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caebf

#6caebf Color Palettes


Comments

No comments written yet.

Please login to write comment.