Color Hex Logo

#03ebbb Color Hex

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

Color spaces of #03ebbb

RGB 3235187
HSL0.470.970.47
HSV168°99°92°
CMYK 0.990.000.20   0.08
XYZ38.715563.023957.1380
Yxy63.02390.24370.3967
Hunter Lab79.3876-51.878012.8982
CIE-Lab83.4550-58.045310.1553

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

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

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

Base Numbers

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

RGB Percentages of Color #03ebbb

%0.71
%55.29
%44.00

CMYK Percentages of Color #03ebbb

%99
%0
%20
%8

Triadic Colors of #03ebbb

#03ebbb #bb03eb #ebbb03

Analogous Colors of #03ebbb

#03ebbb #03a7eb #03eb47

Monochromatic Colors of #03ebbb

#03ebbb

Complementary Color

#03ebbb #eb0333

#03ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ebbb Color CSS Codes

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

#03ebbb Text Font Color

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

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


#03ebbb Background Color

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

This div background color is #03ebbb


#03ebbb Border Color

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

This div border color is #03ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ebbb


Comments

No comments written yet.

Please login to write comment.