Color Hex Logo

#6abede Color Hex

#6ABEDE
(106,190,222)
0 Favorites   0 Comments

Color spaces of #6abede

RGB 106190222
HSL0.550.640.64
HSV197°52°87°
CMYK 0.520.140.00   0.13
XYZ37.542145.165075.8463
Yxy45.16500.23680.2849
Hunter Lab67.2049-17.8947-19.8702
CIE-Lab73.0004-16.7655-23.8426

#6abede color RGB value is (106,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 11011110
Octal 152 276 336
Decimal 106 190 222
Hex 6A BE DE

RGB Percentages of Color #6abede

%20.46
%36.68
%42.86

CMYK Percentages of Color #6abede

%52
%14
%0
%13

Triadic Colors of #6abede

#6abede #de6abe #bede6a

Analogous Colors of #6abede

#6abede #6a84de #6adec4

Monochromatic Colors of #6abede

#6abede

Complementary Color

#6abede #de8a6a

#6abede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abede Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abede Color CSS Codes

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

#6abede Text Font Color

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

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


#6abede Background Color

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

This div background color is #6abede


#6abede Border Color

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

This div border color is #6abede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abede


Comments

No comments written yet.

Please login to write comment.