Color Hex Logo

#06abde Color Hex

#06ABDE
(6,171,222)
0 Favorites   0 Comments

Color spaces of #06abde

RGB 6171222
HSL0.540.950.45
HSV194°97°87°
CMYK 0.970.230.00   0.13
XYZ27.822834.438574.2881
Yxy34.43850.20380.2522
Hunter Lab58.6843-18.0690-33.9758
CIE-Lab65.3091-18.4811-35.8809

#06abde color RGB value is (6,171,222).

#06abde hex color red value is 6, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #06abde hue: 0.54 , saturation: 0.95 and the lightness value of 06abde is 0.45.

The process color (four color CMYK) of #06abde color hex is 0.97, 0.23, 0.00, 0.13. Web safe color of #06abde is #0099cc. Color #06abde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11011110
Octal 6 253 336
Decimal 6 171 222
Hex 6 AB DE

RGB Percentages of Color #06abde

%1.50
%42.86
%55.64

CMYK Percentages of Color #06abde

%97
%23
%0
%13

Triadic Colors of #06abde

#06abde #de06ab #abde06

Analogous Colors of #06abde

#06abde #063fde #06dea5

Monochromatic Colors of #06abde

#06abde

Complementary Color

#06abde #de3906

#06abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abde Color CSS Codes

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

#06abde Text Font Color

<p style="color:#06abde">Text here</p>

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


#06abde Background Color

<div style="background-color:#06abde">
Div content here</div>

This div background color is #06abde


#06abde Border Color

<div style="border:3px solid #06abde">
Div here</div>

This div border color is #06abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abde


Comments

No comments written yet.

Please login to write comment.