Color Hex Logo

#06dbfd Color Hex

#06DBFD
(6,219,253)
0 Favorites   0 Comments

Color spaces of #06dbfd

RGB 6219253
HSL0.520.980.51
HSV188°98°99°
CMYK 0.980.130.00   0.01
XYZ43.136257.7936101.8103
Yxy57.79360.21280.2851
Hunter Lab76.0221-31.7548-26.1869
CIE-Lab80.6239-32.2406-28.9793

#06dbfd color RGB value is (6,219,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11011011 11111101
Octal 6 333 375
Decimal 6 219 253
Hex 6 DB FD

RGB Percentages of Color #06dbfd

%1.26
%45.82
%52.93

CMYK Percentages of Color #06dbfd

%98
%13
%0
%1

Triadic Colors of #06dbfd

#06dbfd #fd06db #dbfd06

Analogous Colors of #06dbfd

#06dbfd #0660fd #06fda4

Monochromatic Colors of #06dbfd

#06dbfd

Complementary Color

#06dbfd #fd2806

#06dbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06dbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#06dbfd Color CSS Codes

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

#06dbfd Text Font Color

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

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


#06dbfd Background Color

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

This div background color is #06dbfd


#06dbfd Border Color

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

This div border color is #06dbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06dbfd


Comments

No comments written yet.

Please login to write comment.