Color Hex Logo

#06cdfb Color Hex

#06CDFB
(6,205,251)
0 Favorites   0 Comments

Color spaces of #06cdfb

RGB 6205251
HSL0.530.970.50
HSV191°98°98°
CMYK 0.980.180.00   0.02
XYZ39.319050.666498.9740
Yxy50.66640.20810.2681
Hunter Lab71.1803-25.9647-32.6146
CIE-Lab76.4765-26.0497-34.2968

#06cdfb color RGB value is (6,205,251).

#06cdfb hex color red value is 6, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #06cdfb hue: 0.53 , saturation: 0.97 and the lightness value of 06cdfb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001101 11111011
Octal 6 315 373
Decimal 6 205 251
Hex 6 CD FB

RGB Percentages of Color #06cdfb

%1.30
%44.37
%54.33

CMYK Percentages of Color #06cdfb

%98
%18
%0
%2

Triadic Colors of #06cdfb

#06cdfb #fb06cd #cdfb06

Analogous Colors of #06cdfb

#06cdfb #0652fb #06fbaf

Monochromatic Colors of #06cdfb

#06cdfb

Complementary Color

#06cdfb #fb3406

#06cdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cdfb Color CSS Codes

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

#06cdfb Text Font Color

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

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


#06cdfb Background Color

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

This div background color is #06cdfb


#06cdfb Border Color

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

This div border color is #06cdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cdfb


Comments

No comments written yet.

Please login to write comment.