Color Hex Logo

#03cbdb Color Hex

#03CBDB
(3,203,219)
0 Favorites   0 Comments

Color spaces of #03cbdb

RGB 3203219
HSL0.510.970.44
HSV184°99°86°
CMYK 0.990.070.00   0.14
XYZ34.179747.845774.4515
Yxy47.84570.21840.3058
Hunter Lab69.1706-32.8452-15.3972
CIE-Lab74.7275-35.5065-19.7713

#03cbdb color RGB value is (3,203,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001011 11011011
Octal 3 313 333
Decimal 3 203 219
Hex 3 CB DB

RGB Percentages of Color #03cbdb

%0.71
%47.76
%51.53

CMYK Percentages of Color #03cbdb

%99
%7
%0
%14

Triadic Colors of #03cbdb

#03cbdb #db03cb #cbdb03

Analogous Colors of #03cbdb

#03cbdb #035fdb #03db7f

Monochromatic Colors of #03cbdb

#03cbdb

Complementary Color

#03cbdb #db1303

#03cbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cbdb Color CSS Codes

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

#03cbdb Text Font Color

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

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


#03cbdb Background Color

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

This div background color is #03cbdb


#03cbdb Border Color

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

This div border color is #03cbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cbdb


Comments

No comments written yet.

Please login to write comment.