Color Hex Logo

#03c0dc Color Hex

#03C0DC
(3,192,220)
0 Favorites   0 Comments

Color spaces of #03c0dc

RGB 3192220
HSL0.520.970.44
HSV188°99°86°
CMYK 0.990.130.00   0.14
XYZ31.805542.885974.3116
Yxy42.88590.21350.2878
Hunter Lab65.4873-27.9100-21.4381
CIE-Lab71.4775-29.9287-25.2644

#03c0dc color RGB value is (3,192,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11000000 11011100
Octal 3 300 334
Decimal 3 192 220
Hex 3 C0 DC

RGB Percentages of Color #03c0dc

%0.72
%46.27
%53.01

CMYK Percentages of Color #03c0dc

%99
%13
%0
%14

Triadic Colors of #03c0dc

#03c0dc #dc03c0 #c0dc03

Analogous Colors of #03c0dc

#03c0dc #0354dc #03dc8c

Monochromatic Colors of #03c0dc

#03c0dc

Complementary Color

#03c0dc #dc1f03

#03c0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03c0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#03c0dc Color CSS Codes

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

#03c0dc Text Font Color

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

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


#03c0dc Background Color

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

This div background color is #03c0dc


#03c0dc Border Color

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

This div border color is #03c0dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,192,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03c0dc


Comments

No comments written yet.

Please login to write comment.