Color Hex Logo

#06bddf Color Hex

#06BDDF
(6,189,223)
0 Favorites   0 Comments

Color spaces of #06bddf

RGB 6189223
HSL0.530.950.45
HSV189°97°87°
CMYK 0.970.150.00   0.13
XYZ31.592041.761676.2078
Yxy41.76160.21120.2792
Hunter Lab64.6232-25.8283-24.6823
CIE-Lab70.7062-27.3830-28.0793

#06bddf color RGB value is (6,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10111101 11011111
Octal 6 275 337
Decimal 6 189 223
Hex 6 BD DF

RGB Percentages of Color #06bddf

%1.44
%45.22
%53.35

CMYK Percentages of Color #06bddf

%97
%15
%0
%13

Triadic Colors of #06bddf

#06bddf #df06bd #bddf06

Analogous Colors of #06bddf

#06bddf #0651df #06df95

Monochromatic Colors of #06bddf

#06bddf

Complementary Color

#06bddf #df2806

#06bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#06bddf Color CSS Codes

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

#06bddf Text Font Color

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

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


#06bddf Background Color

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

This div background color is #06bddf


#06bddf Border Color

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

This div border color is #06bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06bddf


Comments

No comments written yet.

Please login to write comment.