color codes Logo

#03b9fe color codes

#03B9FE
(3,185,254)
0 Favorites   0 Comments

Color spaces of #03b9fe

RGB 3185254
HSL0.550.990.50
HSV196°99°100°
CMYK 0.990.270.00   0.00
XYZ35.275941.873099.9890
Yxy41.87300.19910.2364
Hunter Lab64.7094-15.9332-46.3185
CIE-Lab70.7833-14.7443-44.7727

#03b9fe color RGB value is (3,185,254).

#03b9fe hex color red value is 3, green value is 185 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #03b9fe hue: 0.55 , saturation: 0.99 and the lightness value of 03b9fe is 0.50.

The process color (four color CMYK) of #03b9fe color code is 0.99, 0.27, 0.00, 0.00. Web safe color of #03b9fe is #00ccff. Color #03b9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111001 11111110
Octal 3 271 376
Decimal 3 185 254
Hex 3 B9 FE

RGB Percentages of Color #03b9fe

%0.68
%41.86
%57.47

CMYK Percentages of Color #03b9fe

%99
%27
%0
%0

Triadic Colors of #03b9fe

#03b9fe #fe03b9 #b9fe03

Analogous Colors of #03b9fe

#03b9fe #033bfe #03fec6

Monochromatic Colors of #03b9fe

#03b9fe

Complementary Color

#03b9fe #fe4803

#03b9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03b9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#03b9fe Color CSS Codes

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

#03b9fe Text Font Color

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

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


#03b9fe Background Color

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

This div background color is #03b9fe


#03b9fe Border Color

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

This div border color is #03b9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03b9fe

Related Colors


Comments

No comments written yet.

Please login to write comment.