Color Hex Logo

#6aebdc Color Hex

#6AEBDC
(106,235,220)
0 Favorites   0 Comments

Color spaces of #6aebdc

RGB 106235220
HSL0.480.760.67
HSV173°55°92°
CMYK 0.550.000.06   0.08
XYZ48.570567.648178.2076
Yxy67.64810.24980.3479
Hunter Lab82.2485-38.52451.1968
CIE-Lab85.8302-39.1797-3.5434

#6aebdc color RGB value is (106,235,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11101011 11011100
Octal 152 353 334
Decimal 106 235 220
Hex 6A EB DC

RGB Percentages of Color #6aebdc

%18.89
%41.89
%39.22

CMYK Percentages of Color #6aebdc

%55
%0
%6
%8

Triadic Colors of #6aebdc

#6aebdc #dc6aeb #ebdc6a

Analogous Colors of #6aebdc

#6aebdc #6abaeb #6aeb9c

Monochromatic Colors of #6aebdc

#6aebdc

Complementary Color

#6aebdc #eb6a79

#6aebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aebdc Color CSS Codes

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

#6aebdc Text Font Color

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

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


#6aebdc Background Color

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

This div background color is #6aebdc


#6aebdc Border Color

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

This div border color is #6aebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aebdc


Comments

No comments written yet.

Please login to write comment.