Color Hex Logo

#03ccf8 Color Hex

#03CCF8
(3,204,248)
0 Favorites   0 Comments

Color spaces of #03ccf8

RGB 3204248
HSL0.530.980.49
HSV191°99°97°
CMYK 0.990.180.00   0.03
XYZ38.573749.982496.4215
Yxy49.98240.20850.2702
Hunter Lab70.6982-26.3304-31.3737
CIE-Lab76.0585-26.6169-33.3375

#03ccf8 color RGB value is (3,204,248).

#03ccf8 hex color red value is 3, green value is 204 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #03ccf8 hue: 0.53 , saturation: 0.98 and the lightness value of 03ccf8 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11001100 11111000
Octal 3 314 370
Decimal 3 204 248
Hex 3 CC F8

RGB Percentages of Color #03ccf8

%0.66
%44.84
%54.51

CMYK Percentages of Color #03ccf8

%99
%18
%0
%3

Triadic Colors of #03ccf8

#03ccf8 #f803cc #ccf803

Analogous Colors of #03ccf8

#03ccf8 #0351f8 #03f8aa

Monochromatic Colors of #03ccf8

#03ccf8

Complementary Color

#03ccf8 #f82f03

#03ccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ccf8 Color CSS Codes

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

#03ccf8 Text Font Color

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

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


#03ccf8 Background Color

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

This div background color is #03ccf8


#03ccf8 Border Color

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

This div border color is #03ccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ccf8

Related Colors


Comments

No comments written yet.

Please login to write comment.