Color Hex Logo

#03cbea Color Hex

#03CBEA
(3,203,234)
0 Favorites   0 Comments

Color spaces of #03cbea

RGB 3203234
HSL0.520.970.46
HSV188°99°92°
CMYK 0.990.130.00   0.08
XYZ36.244848.671785.3262
Yxy48.67170.21290.2859
Hunter Lab69.7651-29.3535-23.6790
CIE-Lab75.2466-30.7228-27.0683

#03cbea color RGB value is (3,203,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001011 11101010
Octal 3 313 352
Decimal 3 203 234
Hex 3 CB EA

RGB Percentages of Color #03cbea

%0.68
%46.14
%53.18

CMYK Percentages of Color #03cbea

%99
%13
%0
%8

Triadic Colors of #03cbea

#03cbea #ea03cb #cbea03

Analogous Colors of #03cbea

#03cbea #0358ea #03ea96

Monochromatic Colors of #03cbea

#03cbea

Complementary Color

#03cbea #ea2203

#03cbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03cbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#03cbea Color CSS Codes

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

#03cbea Text Font Color

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

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


#03cbea Background Color

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

This div background color is #03cbea


#03cbea Border Color

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

This div border color is #03cbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03cbea


Comments

No comments written yet.

Please login to write comment.