color codes Logo

#06cdea color codes

#06CDEA
(6,205,234)
0 Favorites   0 Comments

Color spaces of #06cdea

RGB 6205234
HSL0.520.950.47
HSV188°97°92°
CMYK 0.970.120.00   0.08
XYZ36.757749.641985.4864
Yxy49.64190.21380.2888
Hunter Lab70.4570-30.1756-22.6174
CIE-Lab75.8489-31.6167-26.1451

#06cdea color RGB value is (6,205,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001101 11101010
Octal 6 315 352
Decimal 6 205 234
Hex 6 CD EA

RGB Percentages of Color #06cdea

%1.35
%46.07
%52.58

CMYK Percentages of Color #06cdea

%97
%12
%0
%8

Triadic Colors of #06cdea

#06cdea #ea06cd #cdea06

Analogous Colors of #06cdea

#06cdea #065bea #06ea95

Monochromatic Colors of #06cdea

#06cdea

Complementary Color

#06cdea #ea2306

#06cdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cdea Color CSS Codes

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

#06cdea Text Font Color

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

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


#06cdea Background Color

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

This div background color is #06cdea


#06cdea Border Color

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

This div border color is #06cdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cdea


Comments

No comments written yet.

Please login to write comment.