color codes Logo

#06cdff color codes

#06CDFF
(6,205,255)
0 Favorites   0 Comments

Color spaces of #06cdff

RGB 6205255
HSL0.531.000.51
HSV192°98°100°
CMYK 0.980.200.00   0.00
XYZ39.956450.9214102.3306
Yxy50.92140.20680.2636
Hunter Lab71.3592-24.9306-35.0716
CIE-Lab76.6314-24.7150-36.1956

#06cdff color RGB value is (6,205,255).

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

The process color (four color CMYK) of #06cdff color code is 0.98, 0.20, 0.00, 0.00. Web safe color of #06cdff is #00ccff. Color #06cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001101 11111111
Octal 6 315 377
Decimal 6 205 255
Hex 6 CD FF

RGB Percentages of Color #06cdff

%1.29
%43.99
%54.72

CMYK Percentages of Color #06cdff

%98
%20
%0
%0

Triadic Colors of #06cdff

#06cdff #ff06cd #cdff06

Analogous Colors of #06cdff

#06cdff #0651ff #06ffb5

Monochromatic Colors of #06cdff

#06cdff

Complementary Color

#06cdff #ff3806

#06cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cdff Color CSS Codes

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

#06cdff Text Font Color

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

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


#06cdff Background Color

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

This div background color is #06cdff


#06cdff Border Color

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

This div border color is #06cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cdff


Comments

No comments written yet.

Please login to write comment.