Color Hex Logo

#6aecfd Color Hex

#6AECFD
(106,236,253)
0 Favorites   0 Comments

Color spaces of #6aecfd

RGB 106236253
HSL0.520.970.70
HSV187°58°99°
CMYK 0.580.070.00   0.01
XYZ53.668970.1469103.6396
Yxy70.14690.23600.3084
Hunter Lab83.7537-32.1873-14.7397
CIE-Lab87.0689-30.9947-19.0317

#6aecfd color RGB value is (106,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101100 11111101
Octal 152 354 375
Decimal 106 236 253
Hex 6A EC FD

RGB Percentages of Color #6aecfd

%17.82
%39.66
%42.52

CMYK Percentages of Color #6aecfd

%58
%7
%0
%1

Triadic Colors of #6aecfd

#6aecfd #fd6aec #ecfd6a

Analogous Colors of #6aecfd

#6aecfd #6aa3fd #6afdc5

Monochromatic Colors of #6aecfd

#6aecfd

Complementary Color

#6aecfd #fd7b6a

#6aecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aecfd Color CSS Codes

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

#6aecfd Text Font Color

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

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


#6aecfd Background Color

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

This div background color is #6aecfd


#6aecfd Border Color

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

This div border color is #6aecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aecfd


Comments

No comments written yet.

Please login to write comment.