Color Hex Logo

#6cbaec Color Hex

#6CBAEC
(108,186,236)
0 Favorites   0 Comments

Color spaces of #6cbaec

RGB 108186236
HSL0.570.770.67
HSV203°54°93°
CMYK 0.540.210.00   0.07
XYZ38.883644.362185.8702
Yxy44.36210.22990.2623
Hunter Lab66.6049-12.3511-29.8161
CIE-Lab72.4699-10.1601-32.2468

#6cbaec color RGB value is (108,186,236).

#6cbaec hex color red value is 108, green value is 186 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #6cbaec hue: 0.57 , saturation: 0.77 and the lightness value of 6cbaec is 0.67.

The process color (four color CMYK) of #6cbaec color hex is 0.54, 0.21, 0.00, 0.07. Web safe color of #6cbaec is #66ccff. Color #6cbaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111010 11101100
Octal 154 272 354
Decimal 108 186 236
Hex 6C BA EC

RGB Percentages of Color #6cbaec

%20.38
%35.09
%44.53

CMYK Percentages of Color #6cbaec

%54
%21
%0
%7

Triadic Colors of #6cbaec

#6cbaec #ec6cba #baec6c

Analogous Colors of #6cbaec

#6cbaec #6c7aec #6cecde

Monochromatic Colors of #6cbaec

#6cbaec

Complementary Color

#6cbaec #ec9e6c

#6cbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbaec Color CSS Codes

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

#6cbaec Text Font Color

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

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


#6cbaec Background Color

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

This div background color is #6cbaec


#6cbaec Border Color

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

This div border color is #6cbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbaec


Comments

No comments written yet.

Please login to write comment.