Color Hex Logo

#03bbeb Color Hex

#03BBEB
(3,187,235)
0 Favorites   0 Comments

Color spaces of #03bbeb

RGB 3187235
HSL0.530.970.47
HSV192°99°92°
CMYK 0.990.200.00   0.08
XYZ32.803341.558284.8899
Yxy41.55820.20600.2610
Hunter Lab64.4656-21.9853-32.9485
CIE-Lab70.5652-22.4040-34.8248

#03bbeb color RGB value is (3,187,235).

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

The process color (four color CMYK) of #03bbeb color hex is 0.99, 0.20, 0.00, 0.08. Web safe color of #03bbeb is #00ccff. Color #03bbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 10111011 11101011
Octal 3 273 353
Decimal 3 187 235
Hex 3 BB EB

RGB Percentages of Color #03bbeb

%0.71
%44.00
%55.29

CMYK Percentages of Color #03bbeb

%99
%20
%0
%8

Triadic Colors of #03bbeb

#03bbeb #eb03bb #bbeb03

Analogous Colors of #03bbeb

#03bbeb #0347eb #03eba7

Monochromatic Colors of #03bbeb

#03bbeb

Complementary Color

#03bbeb #eb3303

#03bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03bbeb Color CSS Codes

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

#03bbeb Text Font Color

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

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


#03bbeb Background Color

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

This div background color is #03bbeb


#03bbeb Border Color

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

This div border color is #03bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03bbeb


Comments

No comments written yet.

Please login to write comment.