Color Hex Logo

#03bcdd Color Hex

#03BCDD
(3,188,221)
0 Favorites   0 Comments

Color spaces of #03bcdd

RGB 3188221
HSL0.530.970.44
HSV189°99°87°
CMYK 0.990.150.00   0.13
XYZ31.071941.206374.7226
Yxy41.20630.21140.2803
Hunter Lab64.1921-25.9341-24.0818
CIE-Lab70.3202-27.6303-27.5837

#03bcdd color RGB value is (3,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111100 11011101
Octal 3 274 335
Decimal 3 188 221
Hex 3 BC DD

RGB Percentages of Color #03bcdd

%0.73
%45.63
%53.64

CMYK Percentages of Color #03bcdd

%99
%15
%0
%13

Triadic Colors of #03bcdd

#03bcdd #dd03bc #bcdd03

Analogous Colors of #03bcdd

#03bcdd #034fdd #03dd91

Monochromatic Colors of #03bcdd

#03bcdd

Complementary Color

#03bcdd #dd2403

#03bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03bcdd Color CSS Codes

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

#03bcdd Text Font Color

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

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


#03bcdd Background Color

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

This div background color is #03bcdd


#03bcdd Border Color

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

This div border color is #03bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03bcdd


Comments

No comments written yet.

Please login to write comment.