Color Hex Logo

#06cced Color Hex

#06CCED
(6,204,237)
0 Favorites   0 Comments

Color spaces of #06cced

RGB 6204237
HSL0.520.950.48
HSV189°97°93°
CMYK 0.970.140.00   0.07
XYZ36.954049.338987.6964
Yxy49.33890.21240.2836
Hunter Lab70.2417-29.0144-24.8541
CIE-Lab75.6617-30.1622-28.0444

#06cced color RGB value is (6,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001100 11101101
Octal 6 314 355
Decimal 6 204 237
Hex 6 CC ED

RGB Percentages of Color #06cced

%1.34
%45.64
%53.02

CMYK Percentages of Color #06cced

%97
%14
%0
%7

Triadic Colors of #06cced

#06cced #ed06cc #cced06

Analogous Colors of #06cced

#06cced #0658ed #06ed9b

Monochromatic Colors of #06cced

#06cced

Complementary Color

#06cced #ed2706

#06cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cced Color CSS Codes

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

#06cced Text Font Color

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

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


#06cced Background Color

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

This div background color is #06cced


#06cced Border Color

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

This div border color is #06cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cced


Comments

No comments written yet.

Please login to write comment.