Color Hex Logo

#06dbef Color Hex

#06DBEF
(6,219,239)
0 Favorites   0 Comments

Color spaces of #06dbef

RGB 6219239
HSL0.510.950.48
HSV185°97°94°
CMYK 0.970.080.00   0.06
XYZ40.986656.933790.4904
Yxy56.93370.21750.3022
Hunter Lab75.4544-35.0846-18.2868
CIE-Lab80.1423-36.6564-22.2748

#06dbef color RGB value is (6,219,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11101111
Octal 6 333 357
Decimal 6 219 239
Hex 6 DB EF

RGB Percentages of Color #06dbef

%1.29
%47.20
%51.51

CMYK Percentages of Color #06dbef

%97
%8
%0
%6

Triadic Colors of #06dbef

#06dbef #ef06db #dbef06

Analogous Colors of #06dbef

#06dbef #0667ef #06ef8f

Monochromatic Colors of #06dbef

#06dbef

Complementary Color

#06dbef #ef1a06

#06dbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbef Color CSS Codes

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

#06dbef Text Font Color

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

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


#06dbef Background Color

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

This div background color is #06dbef


#06dbef Border Color

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

This div border color is #06dbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbef


Comments

No comments written yet.

Please login to write comment.