Color Hex Logo

#03ebfb Color Hex

#03EBFB
(3,235,251)
0 Favorites   0 Comments

Color spaces of #03ebfb

RGB 3235251
HSL0.510.980.50
HSV184°99°98°
CMYK 0.990.060.00   0.02
XYZ47.158566.4011101.5980
Yxy66.40110.21920.3086
Hunter Lab81.4869-39.2996-16.8821
CIE-Lab85.2006-40.3778-20.9524

#03ebfb color RGB value is (3,235,251).

#03ebfb hex color red value is 3, green value is 235 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #03ebfb hue: 0.51 , saturation: 0.98 and the lightness value of 03ebfb is 0.50.

The process color (four color CMYK) of #03ebfb color hex is 0.99, 0.06, 0.00, 0.02. Web safe color of #03ebfb is #00ffff. Color #03ebfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11101011 11111011
Octal 3 353 373
Decimal 3 235 251
Hex 3 EB FB

RGB Percentages of Color #03ebfb

%0.61
%48.06
%51.33

CMYK Percentages of Color #03ebfb

%99
%6
%0
%2

Triadic Colors of #03ebfb

#03ebfb #fb03eb #ebfb03

Analogous Colors of #03ebfb

#03ebfb #036ffb #03fb8f

Monochromatic Colors of #03ebfb

#03ebfb

Complementary Color

#03ebfb #fb1303

#03ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ebfb Color CSS Codes

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

#03ebfb Text Font Color

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

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


#03ebfb Background Color

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

This div background color is #03ebfb


#03ebfb Border Color

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

This div border color is #03ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.