Color Hex Logo

#03cbaf Color Hex

#03CBAF
(3,203,175)
0 Favorites   0 Comments

Color spaces of #03cbaf

RGB 3203175
HSL0.480.970.40
HSV172°99°80°
CMYK 0.990.000.14   0.20
XYZ29.131445.826447.8674
Yxy45.82640.23720.3731
Hunter Lab67.6952-41.65245.4626
CIE-Lab73.4327-48.37132.1198

#03cbaf color RGB value is (3,203,175).

#03cbaf hex color red value is 3, green value is 203 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #03cbaf hue: 0.48 , saturation: 0.97 and the lightness value of 03cbaf is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001011 10101111
Octal 3 313 257
Decimal 3 203 175
Hex 3 CB AF

RGB Percentages of Color #03cbaf

%0.79
%53.28
%45.93

CMYK Percentages of Color #03cbaf

%99
%0
%14
%20

Triadic Colors of #03cbaf

#03cbaf #af03cb #cbaf03

Analogous Colors of #03cbaf

#03cbaf #0383cb #03cb4b

Monochromatic Colors of #03cbaf

#03cbaf

Complementary Color

#03cbaf #cb031f

#03cbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cbaf Color CSS Codes

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

#03cbaf Text Font Color

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

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


#03cbaf Background Color

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

This div background color is #03cbaf


#03cbaf Border Color

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

This div border color is #03cbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cbaf


Comments

No comments written yet.

Please login to write comment.