Color Hex Logo

#6abedf Color Hex

#6ABEDF
(106,190,223)
0 Favorites   0 Comments

Color spaces of #6abedf

RGB 106190223
HSL0.550.650.65
HSV197°52°87°
CMYK 0.520.150.00   0.13
XYZ37.676645.218876.5544
Yxy45.21880.23630.2836
Hunter Lab67.2449-17.6670-20.4267
CIE-Lab73.0357-16.4802-24.3317

#6abedf color RGB value is (106,190,223).

#6abedf hex color red value is 106, green value is 190 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6abedf hue: 0.55 , saturation: 0.65 and the lightness value of 6abedf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11011111
Octal 152 276 337
Decimal 106 190 223
Hex 6A BE DF

RGB Percentages of Color #6abedf

%20.42
%36.61
%42.97

CMYK Percentages of Color #6abedf

%52
%15
%0
%13

Triadic Colors of #6abedf

#6abedf #df6abe #bedf6a

Analogous Colors of #6abedf

#6abedf #6a84df #6adfc6

Monochromatic Colors of #6abedf

#6abedf

Complementary Color

#6abedf #df8b6a

#6abedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abedf Color CSS Codes

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

#6abedf Text Font Color

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

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


#6abedf Background Color

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

This div background color is #6abedf


#6abedf Border Color

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

This div border color is #6abedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abedf


Comments

No comments written yet.

Please login to write comment.