Color Hex Logo

#06dbfe Color Hex

#06DBFE
(6,219,254)
0 Favorites   0 Comments

Color spaces of #06dbfe

RGB 6219254
HSL0.520.990.51
HSV188°98°100°
CMYK 0.980.140.00   0.00
XYZ43.296057.8575102.6516
Yxy57.85750.21240.2839
Hunter Lab76.0641-31.5093-26.7694
CIE-Lab80.6595-31.9202-29.4551

#06dbfe color RGB value is (6,219,254).

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

The process color (four color CMYK) of #06dbfe color hex is 0.98, 0.14, 0.00, 0.00. Web safe color of #06dbfe is #00ccff. Color #06dbfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11111110
Octal 6 333 376
Decimal 6 219 254
Hex 6 DB FE

RGB Percentages of Color #06dbfe

%1.25
%45.72
%53.03

CMYK Percentages of Color #06dbfe

%98
%14
%0
%0

Triadic Colors of #06dbfe

#06dbfe #fe06db #dbfe06

Analogous Colors of #06dbfe

#06dbfe #065ffe #06fea5

Monochromatic Colors of #06dbfe

#06dbfe

Complementary Color

#06dbfe #fe2906

#06dbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbfe Color CSS Codes

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

#06dbfe Text Font Color

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

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


#06dbfe Background Color

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

This div background color is #06dbfe


#06dbfe Border Color

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

This div border color is #06dbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbfe


Comments

No comments written yet.

Please login to write comment.