color codes Logo

#06bdda color codes

#06BDDA
(6,189,218)
0 Favorites   0 Comments

Color spaces of #06bdda

RGB 6189218
HSL0.520.950.44
HSV188°97°85°
CMYK 0.970.130.00   0.15
XYZ30.927641.495972.7091
Yxy41.49590.21310.2859
Hunter Lab64.4173-27.0301-21.8297
CIE-Lab70.5220-29.0339-25.6369

#06bdda color RGB value is (6,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111101 11011010
Octal 6 275 332
Decimal 6 189 218
Hex 6 BD DA

RGB Percentages of Color #06bdda

%1.45
%45.76
%52.78

CMYK Percentages of Color #06bdda

%97
%13
%0
%15

Triadic Colors of #06bdda

#06bdda #da06bd #bdda06

Analogous Colors of #06bdda

#06bdda #0653da #06da8d

Monochromatic Colors of #06bdda

#06bdda

Complementary Color

#06bdda #da2306

#06bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bdda Color CSS Codes

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

#06bdda Text Font Color

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

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


#06bdda Background Color

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

This div background color is #06bdda


#06bdda Border Color

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

This div border color is #06bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bdda


Comments

No comments written yet.

Please login to write comment.