Color Hex Logo

#03acdd Color Hex

#03ACDD
(3,172,221)
0 Favorites   0 Comments

Color spaces of #03acdd

RGB 3172221
HSL0.540.970.44
HSV193°99°87°
CMYK 0.990.220.00   0.13
XYZ27.841234.744973.6457
Yxy34.74490.20440.2550
Hunter Lab58.9448-18.8431-32.8156
CIE-Lab65.5496-19.4443-34.9574

#03acdd color RGB value is (3,172,221).

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

The process color (four color CMYK) of #03acdd color hex is 0.99, 0.22, 0.00, 0.13. Web safe color of #03acdd is #0099cc. Color #03acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10101100 11011101
Octal 3 254 335
Decimal 3 172 221
Hex 3 AC DD

RGB Percentages of Color #03acdd

%0.76
%43.43
%55.81

CMYK Percentages of Color #03acdd

%99
%22
%0
%13

Triadic Colors of #03acdd

#03acdd #dd03ac #acdd03

Analogous Colors of #03acdd

#03acdd #033fdd #03dda1

Monochromatic Colors of #03acdd

#03acdd

Complementary Color

#03acdd #dd3403

#03acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03acdd Color CSS Codes

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

#03acdd Text Font Color

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

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


#03acdd Background Color

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

This div background color is #03acdd


#03acdd Border Color

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

This div border color is #03acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03acdd

#03acdd Color Palettes


Comments

No comments written yet.

Please login to write comment.