Color Hex Logo

#6aebde Color Hex

#6AEBDE
(106,235,222)
0 Favorites   0 Comments

Color spaces of #6aebde

RGB 106235222
HSL0.480.760.67
HSV174°55°92°
CMYK 0.550.000.06   0.08
XYZ48.837067.754879.6112
Yxy67.75480.24890.3453
Hunter Lab82.3133-38.14310.2756
CIE-Lab85.8837-38.6806-4.5163

#6aebde color RGB value is (106,235,222).

#6aebde hex color red value is 106, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #6aebde hue: 0.48 , saturation: 0.76 and the lightness value of 6aebde is 0.67.

The process color (four color CMYK) of #6aebde color hex is 0.55, 0.00, 0.06, 0.08. Web safe color of #6aebde is #66ffcc. Color #6aebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11011110
Octal 152 353 336
Decimal 106 235 222
Hex 6A EB DE

RGB Percentages of Color #6aebde

%18.83
%41.74
%39.43

CMYK Percentages of Color #6aebde

%55
%0
%6
%8

Triadic Colors of #6aebde

#6aebde #de6aeb #ebde6a

Analogous Colors of #6aebde

#6aebde #6ab8eb #6aeb9e

Monochromatic Colors of #6aebde

#6aebde

Complementary Color

#6aebde #eb6a77

#6aebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebde Color CSS Codes

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

#6aebde Text Font Color

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

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


#6aebde Background Color

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

This div background color is #6aebde


#6aebde Border Color

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

This div border color is #6aebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebde


Comments

No comments written yet.

Please login to write comment.