Color Hex Logo

#6aeefd Color Hex

#6AEEFD
(106,238,253)
0 Favorites   0 Comments

Color spaces of #6aeefd

RGB 106238253
HSL0.520.970.70
HSV186°58°99°
CMYK 0.580.060.00   0.01
XYZ54.248071.3051103.8326
Yxy71.30510.23650.3109
Hunter Lab84.4423-33.1010-13.7949
CIE-Lab87.6330-31.9453-18.1810

#6aeefd color RGB value is (106,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101110 11111101
Octal 152 356 375
Decimal 106 238 253
Hex 6A EE FD

RGB Percentages of Color #6aeefd

%17.76
%39.87
%42.38

CMYK Percentages of Color #6aeefd

%58
%6
%0
%1

Triadic Colors of #6aeefd

#6aeefd #fd6aee #eefd6a

Analogous Colors of #6aeefd

#6aeefd #6aa5fd #6afdc3

Monochromatic Colors of #6aeefd

#6aeefd

Complementary Color

#6aeefd #fd796a

#6aeefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aeefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aeefd Color CSS Codes

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

#6aeefd Text Font Color

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

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


#6aeefd Background Color

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

This div background color is #6aeefd


#6aeefd Border Color

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

This div border color is #6aeefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aeefd


Comments

No comments written yet.

Please login to write comment.