Color Hex Logo

#6abedc Color Hex

#6ABEDC
(106,190,220)
0 Favorites   0 Comments

Color spaces of #6abedc

RGB 106190220
HSL0.540.620.64
HSV196°52°86°
CMYK 0.520.140.00   0.14
XYZ37.275645.058474.4427
Yxy45.05840.23780.2874
Hunter Lab67.1256-18.3466-18.7651
CIE-Lab72.9303-17.3336-22.8630

#6abedc color RGB value is (106,190,220).

#6abedc hex color red value is 106, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #6abedc hue: 0.54 , saturation: 0.62 and the lightness value of 6abedc is 0.64.

The process color (four color CMYK) of #6abedc color hex is 0.52, 0.14, 0.00, 0.14. Web safe color of #6abedc is #66cccc. Color #6abedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11011100
Octal 152 276 334
Decimal 106 190 220
Hex 6A BE DC

RGB Percentages of Color #6abedc

%20.54
%36.82
%42.64

CMYK Percentages of Color #6abedc

%52
%14
%0
%14

Triadic Colors of #6abedc

#6abedc #dc6abe #bedc6a

Analogous Colors of #6abedc

#6abedc #6a85dc #6adcc1

Monochromatic Colors of #6abedc

#6abedc

Complementary Color

#6abedc #dc886a

#6abedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abedc Color CSS Codes

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

#6abedc Text Font Color

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

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


#6abedc Background Color

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

This div background color is #6abedc


#6abedc Border Color

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

This div border color is #6abedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abedc


Comments

No comments written yet.

Please login to write comment.