Color Hex Logo

#6caeca Color Hex

#6CAECA
(108,174,202)
0 Favorites   0 Comments

Color spaces of #6caeca

RGB 108174202
HSL0.550.470.61
HSV198°47°79°
CMYK 0.470.140.00   0.21
XYZ31.981137.724561.4731
Yxy37.72450.24380.2876
Hunter Lab61.4203-14.5418-16.3468
CIE-Lab67.8171-13.5135-20.7874

#6caeca color RGB value is (108,174,202).

#6caeca hex color red value is 108, green value is 174 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6caeca hue: 0.55 , saturation: 0.47 and the lightness value of 6caeca is 0.61.

The process color (four color CMYK) of #6caeca color hex is 0.47, 0.14, 0.00, 0.21. Web safe color of #6caeca is #6699cc. Color #6caeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10101110 11001010
Octal 154 256 312
Decimal 108 174 202
Hex 6C AE CA

RGB Percentages of Color #6caeca

%22.31
%35.95
%41.74

CMYK Percentages of Color #6caeca

%47
%14
%0
%21

Triadic Colors of #6caeca

#6caeca #ca6cae #aeca6c

Analogous Colors of #6caeca

#6caeca #6c7fca #6ccab7

Monochromatic Colors of #6caeca

#6caeca

Complementary Color

#6caeca #ca886c

#6caeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6caeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6caeca Color CSS Codes

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

#6caeca Text Font Color

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

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


#6caeca Background Color

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

This div background color is #6caeca


#6caeca Border Color

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

This div border color is #6caeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6caeca

#6caeca Color Palettes


Comments

No comments written yet.

Please login to write comment.