Color Hex Logo

#06abeb Color Hex

#06ABEB
(6,171,235)
0 Favorites   0 Comments

Color spaces of #06abeb

RGB 6171235
HSL0.550.950.47
HSV197°97°92°
CMYK 0.970.270.00   0.08
XYZ29.633435.162783.8225
Yxy35.16270.19940.2366
Hunter Lab59.2981-14.5689-42.3023
CIE-Lab65.8751-13.8700-42.1364

#06abeb color RGB value is (6,171,235).

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

The process color (four color CMYK) of #06abeb color hex is 0.97, 0.27, 0.00, 0.08. Web safe color of #06abeb is #0099ff. Color #06abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10101011 11101011
Octal 6 253 353
Decimal 6 171 235
Hex 6 AB EB

RGB Percentages of Color #06abeb

%1.46
%41.50
%57.04

CMYK Percentages of Color #06abeb

%97
%27
%0
%8

Triadic Colors of #06abeb

#06abeb #eb06ab #abeb06

Analogous Colors of #06abeb

#06abeb #0639eb #06ebb9

Monochromatic Colors of #06abeb

#06abeb

Complementary Color

#06abeb #eb4606

#06abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06abeb Color CSS Codes

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

#06abeb Text Font Color

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

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


#06abeb Background Color

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

This div background color is #06abeb


#06abeb Border Color

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

This div border color is #06abeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,171,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06abeb


Comments

No comments written yet.

Please login to write comment.