Color Hex Logo

#06dbed Color Hex

#06DBED
(6,219,237)
0 Favorites   0 Comments

Color spaces of #06dbed

RGB 6219237
HSL0.510.950.48
HSV185°97°93°
CMYK 0.970.080.00   0.07
XYZ40.692756.816288.9427
Yxy56.81620.21820.3047
Hunter Lab75.3765-35.5441-17.1974
CIE-Lab80.0761-37.2762-21.3107

#06dbed color RGB value is (6,219,237).

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

The process color (four color CMYK) of #06dbed color hex is 0.97, 0.08, 0.00, 0.07. Web safe color of #06dbed is #00ccff. Color #06dbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11101101
Octal 6 333 355
Decimal 6 219 237
Hex 6 DB ED

RGB Percentages of Color #06dbed

%1.30
%47.40
%51.30

CMYK Percentages of Color #06dbed

%97
%8
%0
%7

Triadic Colors of #06dbed

#06dbed #ed06db #dbed06

Analogous Colors of #06dbed

#06dbed #0668ed #06ed8c

Monochromatic Colors of #06dbed

#06dbed

Complementary Color

#06dbed #ed1806

#06dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbed Color CSS Codes

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

#06dbed Text Font Color

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

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


#06dbed Background Color

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

This div background color is #06dbed


#06dbed Border Color

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

This div border color is #06dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbed


Comments

No comments written yet.

Please login to write comment.