Color Hex Logo

#03bcdf Color Hex

#03BCDF
(3,188,223)
0 Favorites   0 Comments

Color spaces of #03bcdf

RGB 3188223
HSL0.530.970.44
HSV190°99°87°
CMYK 0.990.160.00   0.13
XYZ31.340141.313576.1345
Yxy41.31350.21060.2777
Hunter Lab64.2756-25.4475-25.2362
CIE-Lab70.3950-26.9644-28.5589

#03bcdf color RGB value is (3,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111100 11011111
Octal 3 274 337
Decimal 3 188 223
Hex 3 BC DF

RGB Percentages of Color #03bcdf

%0.72
%45.41
%53.86

CMYK Percentages of Color #03bcdf

%99
%16
%0
%13

Triadic Colors of #03bcdf

#03bcdf #df03bc #bcdf03

Analogous Colors of #03bcdf

#03bcdf #034edf #03df94

Monochromatic Colors of #03bcdf

#03bcdf

Complementary Color

#03bcdf #df2603

#03bcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03bcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03bcdf Color CSS Codes

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

#03bcdf Text Font Color

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

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


#03bcdf Background Color

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

This div background color is #03bcdf


#03bcdf Border Color

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

This div border color is #03bcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03bcdf


Comments

No comments written yet.

Please login to write comment.