Color Hex Logo

#06cadb Color Hex

#06CADB
(6,202,219)
0 Favorites   0 Comments

Color spaces of #06cadb

RGB 6202219
HSL0.510.950.44
HSV185°97°86°
CMYK 0.970.080.00   0.14
XYZ33.981847.394374.3748
Yxy47.39430.21820.3043
Hunter Lab68.8435-32.3669-15.8632
CIE-Lab74.4413-34.9603-20.2043

#06cadb color RGB value is (6,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 11001010 11011011
Octal 6 312 333
Decimal 6 202 219
Hex 6 CA DB

RGB Percentages of Color #06cadb

%1.41
%47.31
%51.29

CMYK Percentages of Color #06cadb

%97
%8
%0
%14

Triadic Colors of #06cadb

#06cadb #db06ca #cadb06

Analogous Colors of #06cadb

#06cadb #0660db #06db82

Monochromatic Colors of #06cadb

#06cadb

Complementary Color

#06cadb #db1706

#06cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#06cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#06cadb Color CSS Codes

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

#06cadb Text Font Color

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

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


#06cadb Background Color

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

This div background color is #06cadb


#06cadb Border Color

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

This div border color is #06cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #06cadb


Comments

No comments written yet.

Please login to write comment.