Color Hex Logo

#6acee8 Color Hex

#6ACEE8
(106,206,232)
0 Favorites   0 Comments

Color spaces of #6acee8

RGB 106206232
HSL0.530.730.66
HSV192°54°91°
CMYK 0.540.110.00   0.09
XYZ42.580753.033084.3361
Yxy53.03300.23660.2947
Hunter Lab72.8238-23.0710-17.6862
CIE-Lab77.8945-22.1324-21.7870

#6acee8 color RGB value is (106,206,232).

#6acee8 hex color red value is 106, green value is 206 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #6acee8 hue: 0.53 , saturation: 0.73 and the lightness value of 6acee8 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001110 11101000
Octal 152 316 350
Decimal 106 206 232
Hex 6A CE E8

RGB Percentages of Color #6acee8

%19.49
%37.87
%42.65

CMYK Percentages of Color #6acee8

%54
%11
%0
%9

Triadic Colors of #6acee8

#6acee8 #e86ace #cee86a

Analogous Colors of #6acee8

#6acee8 #6a8fe8 #6ae8c3

Monochromatic Colors of #6acee8

#6acee8

Complementary Color

#6acee8 #e8846a

#6acee8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acee8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acee8 Color CSS Codes

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

#6acee8 Text Font Color

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

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


#6acee8 Background Color

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

This div background color is #6acee8


#6acee8 Border Color

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

This div border color is #6acee8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acee8


Comments

No comments written yet.

Please login to write comment.