Color Hex Logo

#06dbde Color Hex

#06DBDE
(6,219,222)
0 Favorites   0 Comments

Color spaces of #06dbde

RGB 6219222
HSL0.500.950.45
HSV181°97°87°
CMYK 0.970.010.00   0.13
XYZ38.591455.975777.8776
Yxy55.97570.22380.3246
Hunter Lab74.8169-38.8573-9.3437
CIE-Lab79.6000-41.8255-14.0328

#06dbde color RGB value is (6,219,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11011110
Octal 6 333 336
Decimal 6 219 222
Hex 6 DB DE

RGB Percentages of Color #06dbde

%1.34
%48.99
%49.66

CMYK Percentages of Color #06dbde

%97
%1
%0
%13

Triadic Colors of #06dbde

#06dbde #de06db #dbde06

Analogous Colors of #06dbde

#06dbde #066fde #06de75

Monochromatic Colors of #06dbde

#06dbde

Complementary Color

#06dbde #de0906

#06dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbde Color CSS Codes

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

#06dbde Text Font Color

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

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


#06dbde Background Color

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

This div background color is #06dbde


#06dbde Border Color

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

This div border color is #06dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbde


Comments

No comments written yet.

Please login to write comment.