Color Hex Logo

#6aeefc Color Hex

#6AEEFC
(106,238,252)
0 Favorites   0 Comments

Color spaces of #6aeefc

RGB 106238252
HSL0.520.960.70
HSV186°58°99°
CMYK 0.580.060.00   0.01
XYZ54.089171.2415102.9957
Yxy71.24150.23690.3120
Hunter Lab84.4047-33.3199-13.2660
CIE-Lab87.6022-32.2178-17.7038

#6aeefc color RGB value is (106,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11111100
Octal 152 356 374
Decimal 106 238 252
Hex 6A EE FC

RGB Percentages of Color #6aeefc

%17.79
%39.93
%42.28

CMYK Percentages of Color #6aeefc

%58
%6
%0
%1

Triadic Colors of #6aeefc

#6aeefc #fc6aee #eefc6a

Analogous Colors of #6aeefc

#6aeefc #6aa5fc #6afcc1

Monochromatic Colors of #6aeefc

#6aeefc

Complementary Color

#6aeefc #fc786a

#6aeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeefc Color CSS Codes

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

#6aeefc Text Font Color

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

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


#6aeefc Background Color

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

This div background color is #6aeefc


#6aeefc Border Color

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

This div border color is #6aeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeefc

Related Colors


Comments

No comments written yet.

Please login to write comment.