Color Hex Logo

#6abdea Color Hex

#6ABDEA
(106,189,234)
0 Favorites   0 Comments

Color spaces of #6abdea

RGB 106189234
HSL0.560.750.67
HSV201°55°92°
CMYK 0.550.190.00   0.08
XYZ38.992745.399984.5498
Yxy45.39990.23080.2687
Hunter Lab67.3794-14.6155-27.2333
CIE-Lab73.1544-12.7640-30.1145

#6abdea color RGB value is (106,189,234).

#6abdea hex color red value is 106, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #6abdea hue: 0.56 , saturation: 0.75 and the lightness value of 6abdea is 0.67.

The process color (four color CMYK) of #6abdea color hex is 0.55, 0.19, 0.00, 0.08. Web safe color of #6abdea is #66ccff. Color #6abdea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111101 11101010
Octal 152 275 352
Decimal 106 189 234
Hex 6A BD EA

RGB Percentages of Color #6abdea

%20.04
%35.73
%44.23

CMYK Percentages of Color #6abdea

%55
%19
%0
%8

Triadic Colors of #6abdea

#6abdea #ea6abd #bdea6a

Analogous Colors of #6abdea

#6abdea #6a7dea #6aead7

Monochromatic Colors of #6abdea

#6abdea

Complementary Color

#6abdea #ea976a

#6abdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abdea Color CSS Codes

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

#6abdea Text Font Color

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

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


#6abdea Background Color

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

This div background color is #6abdea


#6abdea Border Color

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

This div border color is #6abdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abdea


Comments

No comments written yet.

Please login to write comment.