Color Hex Logo

#03deff Color Hex

#03DEFF
(3,222,255)
0 Favorites   0 Comments

Color spaces of #03deff

RGB 3222255
HSL0.521.000.51
HSV188°99°100°
CMYK 0.990.130.00   0.00
XYZ44.208859.4819103.7588
Yxy59.48190.21310.2867
Hunter Lab77.1245-32.6493-25.7781
CIE-Lab81.5558-33.0985-28.6124

#03deff color RGB value is (3,222,255).

#03deff hex color red value is 3, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #03deff hue: 0.52 , saturation: 1.00 and the lightness value of 03deff is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011110 11111111
Octal 3 336 377
Decimal 3 222 255
Hex 3 DE FF

RGB Percentages of Color #03deff

%0.63
%46.25
%53.13

CMYK Percentages of Color #03deff

%99
%13
%0
%0

Triadic Colors of #03deff

#03deff #ff03de #deff03

Analogous Colors of #03deff

#03deff #0360ff #03ffa2

Monochromatic Colors of #03deff

#03deff

Complementary Color

#03deff #ff2403

#03deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#03deff Color CSS Codes

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

#03deff Text Font Color

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

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


#03deff Background Color

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

This div background color is #03deff


#03deff Border Color

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

This div border color is #03deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03deff


Comments

No comments written yet.

Please login to write comment.