Color Hex Logo

#6accec Color Hex

#6ACCEC
(106,204,236)
0 Favorites   0 Comments

Color spaces of #6accec

RGB 106204236
HSL0.540.770.67
HSV195°55°93°
CMYK 0.550.140.00   0.07
XYZ42.677052.306087.2036
Yxy52.30600.23420.2871
Hunter Lab72.3229-21.2340-20.8631
CIE-Lab77.4635-19.9863-24.5887

#6accec color RGB value is (106,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11101100
Octal 152 314 354
Decimal 106 204 236
Hex 6A CC EC

RGB Percentages of Color #6accec

%19.41
%37.36
%43.22

CMYK Percentages of Color #6accec

%55
%14
%0
%7

Triadic Colors of #6accec

#6accec #ec6acc #ccec6a

Analogous Colors of #6accec

#6accec #6a8bec #6aeccb

Monochromatic Colors of #6accec

#6accec

Complementary Color

#6accec #ec8a6a

#6accec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accec Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accec Color CSS Codes

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

#6accec Text Font Color

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

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


#6accec Background Color

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

This div background color is #6accec


#6accec Border Color

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

This div border color is #6accec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accec


Comments

No comments written yet.

Please login to write comment.