Color Hex Logo

#6aebfd Color Hex

#6AEBFD
(106,235,253)
0 Favorites   0 Comments

Color spaces of #6aebfd

RGB 106235253
HSL0.520.970.70
HSV187°58°99°
CMYK 0.580.070.00   0.01
XYZ53.381869.5727103.5439
Yxy69.57270.23570.3072
Hunter Lab83.4103-31.7296-15.2143
CIE-Lab86.7869-30.5174-19.4573

#6aebfd color RGB value is (106,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11111101
Octal 152 353 375
Decimal 106 235 253
Hex 6A EB FD

RGB Percentages of Color #6aebfd

%17.85
%39.56
%42.59

CMYK Percentages of Color #6aebfd

%58
%7
%0
%1

Triadic Colors of #6aebfd

#6aebfd #fd6aeb #ebfd6a

Analogous Colors of #6aebfd

#6aebfd #6aa2fd #6afdc6

Monochromatic Colors of #6aebfd

#6aebfd

Complementary Color

#6aebfd #fd7c6a

#6aebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebfd Color CSS Codes

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

#6aebfd Text Font Color

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

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


#6aebfd Background Color

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

This div background color is #6aebfd


#6aebfd Border Color

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

This div border color is #6aebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebfd


Comments

No comments written yet.

Please login to write comment.