Color Hex Logo

#6aeafc Color Hex

#6AEAFC
(106,234,252)
0 Favorites   0 Comments

Color spaces of #6aeafc

RGB 106234252
HSL0.520.960.70
HSV187°58°99°
CMYK 0.580.070.00   0.01
XYZ52.937468.9381102.6117
Yxy68.93810.23580.3071
Hunter Lab83.0290-31.4931-15.1535
CIE-Lab86.4734-30.3142-19.4058

#6aeafc color RGB value is (106,234,252).

#6aeafc hex color red value is 106, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6aeafc hue: 0.52 , saturation: 0.96 and the lightness value of 6aeafc is 0.70.

The process color (four color CMYK) of #6aeafc color hex is 0.58, 0.07, 0.00, 0.01. Web safe color of #6aeafc is #66ffff. Color #6aeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101010 11111100
Octal 152 352 374
Decimal 106 234 252
Hex 6A EA FC

RGB Percentages of Color #6aeafc

%17.91
%39.53
%42.57

CMYK Percentages of Color #6aeafc

%58
%7
%0
%1

Triadic Colors of #6aeafc

#6aeafc #fc6aea #eafc6a

Analogous Colors of #6aeafc

#6aeafc #6aa1fc #6afcc5

Monochromatic Colors of #6aeafc

#6aeafc

Complementary Color

#6aeafc #fc7c6a

#6aeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeafc Color CSS Codes

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

#6aeafc Text Font Color

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

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


#6aeafc Background Color

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

This div background color is #6aeafc


#6aeafc Border Color

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

This div border color is #6aeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeafc

Related Colors


Comments

No comments written yet.

Please login to write comment.