Color Hex Logo

#03cadb Color Hex

#03CADB
(3,202,219)
0 Favorites   0 Comments

Color spaces of #03cadb

RGB 3202219
HSL0.510.970.44
HSV185°99°86°
CMYK 0.990.080.00   0.14
XYZ33.944347.374974.3731
Yxy47.37490.21800.3043
Hunter Lab68.8294-32.4215-15.8847
CIE-Lab74.4289-35.0377-20.2242

#03cadb color RGB value is (3,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001010 11011011
Octal 3 312 333
Decimal 3 202 219
Hex 3 CA DB

RGB Percentages of Color #03cadb

%0.71
%47.64
%51.65

CMYK Percentages of Color #03cadb

%99
%8
%0
%14

Triadic Colors of #03cadb

#03cadb #db03ca #cadb03

Analogous Colors of #03cadb

#03cadb #035edb #03db80

Monochromatic Colors of #03cadb

#03cadb

Complementary Color

#03cadb #db1403

#03cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cadb Color CSS Codes

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

#03cadb Text Font Color

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

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


#03cadb Background Color

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

This div background color is #03cadb


#03cadb Border Color

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

This div border color is #03cadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,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 #03cadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cadb


Comments

No comments written yet.

Please login to write comment.