Color Hex Logo

#03cabc Color Hex

#03CABC
(3,202,188)
0 Favorites   0 Comments

Color spaces of #03cabc

RGB 3202188
HSL0.490.970.40
HSV176°99°79°
CMYK 0.990.000.07   0.21
XYZ30.235245.891354.8413
Yxy45.89130.23090.3504
Hunter Lab67.7431-38.8821-0.5779
CIE-Lab73.4749-44.3481-4.8606

#03cabc color RGB value is (3,202,188).

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

The process color (four color CMYK) of #03cabc color hex is 0.99, 0.00, 0.07, 0.21. Web safe color of #03cabc is #00cccc. Color #03cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001010 10111100
Octal 3 312 274
Decimal 3 202 188
Hex 3 CA BC

RGB Percentages of Color #03cabc

%0.76
%51.40
%47.84

CMYK Percentages of Color #03cabc

%99
%0
%7
%21

Triadic Colors of #03cabc

#03cabc #bc03ca #cabc03

Analogous Colors of #03cabc

#03cabc #0375ca #03ca59

Monochromatic Colors of #03cabc

#03cabc

Complementary Color

#03cabc #ca0311

#03cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cabc Color CSS Codes

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

#03cabc Text Font Color

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

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


#03cabc Background Color

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

This div background color is #03cabc


#03cabc Border Color

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

This div border color is #03cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cabc


Comments

No comments written yet.

Please login to write comment.