Color Hex Logo

#06bada Color Hex

#06BADA
(6,186,218)
0 Favorites   0 Comments

Color spaces of #06bada

RGB 6186218
HSL0.530.950.44
HSV189°97°85°
CMYK 0.970.150.00   0.15
XYZ30.288940.218572.4962
Yxy40.21850.21180.2812
Hunter Lab63.4181-25.7288-23.3846
CIE-Lab69.6249-27.5510-27.0128

#06bada color RGB value is (6,186,218).

#06bada hex color red value is 6, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #06bada hue: 0.53 , saturation: 0.95 and the lightness value of 06bada is 0.44.

The process color (four color CMYK) of #06bada color hex is 0.97, 0.15, 0.00, 0.15. Web safe color of #06bada is #00cccc. Color #06bada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111010 11011010
Octal 6 272 332
Decimal 6 186 218
Hex 6 BA DA

RGB Percentages of Color #06bada

%1.46
%45.37
%53.17

CMYK Percentages of Color #06bada

%97
%15
%0
%15

Triadic Colors of #06bada

#06bada #da06ba #bada06

Analogous Colors of #06bada

#06bada #0650da #06da90

Monochromatic Colors of #06bada

#06bada

Complementary Color

#06bada #da2606

#06bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bada Color CSS Codes

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

#06bada Text Font Color

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

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


#06bada Background Color

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

This div background color is #06bada


#06bada Border Color

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

This div border color is #06bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bada


Comments

No comments written yet.

Please login to write comment.