Color Hex Logo

#6aebf5 Color Hex

#6AEBF5
(106,235,245)
0 Favorites   0 Comments

Color spaces of #6aebf5

RGB 106235245
HSL0.510.870.69
HSV184°57°96°
CMYK 0.570.040.00   0.04
XYZ52.133669.073496.9710
Yxy69.07340.23890.3166
Hunter Lab83.1104-33.4735-11.0007
CIE-Lab86.5404-32.6957-15.6294

#6aebf5 color RGB value is (106,235,245).

#6aebf5 hex color red value is 106, green value is 235 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #6aebf5 hue: 0.51 , saturation: 0.87 and the lightness value of 6aebf5 is 0.69.

The process color (four color CMYK) of #6aebf5 color hex is 0.57, 0.04, 0.00, 0.04. Web safe color of #6aebf5 is #66ffff. Color #6aebf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11110101
Octal 152 353 365
Decimal 106 235 245
Hex 6A EB F5

RGB Percentages of Color #6aebf5

%18.09
%40.10
%41.81

CMYK Percentages of Color #6aebf5

%57
%4
%0
%4

Triadic Colors of #6aebf5

#6aebf5 #f56aeb #ebf56a

Analogous Colors of #6aebf5

#6aebf5 #6aa6f5 #6af5ba

Monochromatic Colors of #6aebf5

#6aebf5

Complementary Color

#6aebf5 #f5746a

#6aebf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebf5 Color CSS Codes

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

#6aebf5 Text Font Color

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

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


#6aebf5 Background Color

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

This div background color is #6aebf5


#6aebf5 Border Color

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

This div border color is #6aebf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebf5


Comments

No comments written yet.

Please login to write comment.