Color Hex Logo

#6aebef Color Hex

#6AEBEF
(106,235,239)
0 Favorites   0 Comments

Color spaces of #6aebef

RGB 106235239
HSL0.510.810.68
HSV182°56°94°
CMYK 0.560.020.00   0.06
XYZ51.232268.712892.2240
Yxy68.71280.24150.3239
Hunter Lab82.8932-34.7410-7.9387
CIE-Lab86.3616-34.2978-12.7450

#6aebef color RGB value is (106,235,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11101111
Octal 152 353 357
Decimal 106 235 239
Hex 6A EB EF

RGB Percentages of Color #6aebef

%18.28
%40.52
%41.21

CMYK Percentages of Color #6aebef

%56
%2
%0
%6

Triadic Colors of #6aebef

#6aebef #ef6aeb #ebef6a

Analogous Colors of #6aebef

#6aebef #6aa9ef #6aefb1

Monochromatic Colors of #6aebef

#6aebef

Complementary Color

#6aebef #ef6e6a

#6aebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebef Color CSS Codes

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

#6aebef Text Font Color

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

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


#6aebef Background Color

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

This div background color is #6aebef


#6aebef Border Color

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

This div border color is #6aebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebef


Comments

No comments written yet.

Please login to write comment.