Color Hex Logo

#03ceec Color Hex

#03CEEC
(3,206,236)
0 Favorites   0 Comments

Color spaces of #03ceec

RGB 3206236
HSL0.520.970.47
HSV188°99°93°
CMYK 0.990.130.00   0.07
XYZ37.249250.218187.0867
Yxy50.21810.21340.2877
Hunter Lab70.8647-30.1869-23.2570
CIE-Lab76.2029-31.5261-26.6790

#03ceec color RGB value is (3,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001110 11101100
Octal 3 316 354
Decimal 3 206 236
Hex 3 CE EC

RGB Percentages of Color #03ceec

%0.67
%46.29
%53.03

CMYK Percentages of Color #03ceec

%99
%13
%0
%7

Triadic Colors of #03ceec

#03ceec #ec03ce #ceec03

Analogous Colors of #03ceec

#03ceec #0359ec #03ec96

Monochromatic Colors of #03ceec

#03ceec

Complementary Color

#03ceec #ec2103

#03ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ceec Color CSS Codes

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

#03ceec Text Font Color

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

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


#03ceec Background Color

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

This div background color is #03ceec


#03ceec Border Color

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

This div border color is #03ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ceec


Comments

No comments written yet.

Please login to write comment.