Color Hex Logo

#6accea Color Hex

#6ACCEA
(106,204,234)
0 Favorites   0 Comments

Color spaces of #6accea

RGB 106204234
HSL0.540.750.67
HSV194°55°92°
CMYK 0.550.130.00   0.08
XYZ42.388052.190485.6816
Yxy52.19040.23510.2895
Hunter Lab72.2429-21.6916-19.7491
CIE-Lab77.3945-20.5555-23.6206

#6accea color RGB value is (106,204,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 11101010
Octal 152 314 352
Decimal 106 204 234
Hex 6A CC EA

RGB Percentages of Color #6accea

%19.49
%37.50
%43.01

CMYK Percentages of Color #6accea

%55
%13
%0
%8

Triadic Colors of #6accea

#6accea #ea6acc #ccea6a

Analogous Colors of #6accea

#6accea #6a8cea #6aeac8

Monochromatic Colors of #6accea

#6accea

Complementary Color

#6accea #ea886a

#6accea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accea Color CSS Codes

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

#6accea Text Font Color

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

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


#6accea Background Color

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

This div background color is #6accea


#6accea Border Color

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

This div border color is #6accea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,204,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accea


Comments

No comments written yet.

Please login to write comment.