Color Hex Logo

#03ddfd Color Hex

#03DDFD
(3,221,253)
0 Favorites   0 Comments

Color spaces of #03ddfd

RGB 3221253
HSL0.520.980.50
HSV188°99°99°
CMYK 0.990.130.00   0.01
XYZ43.623658.8241101.9835
Yxy58.82410.21340.2877
Hunter Lab76.6969-32.6924-25.1498
CIE-Lab81.1948-33.2597-28.1058

#03ddfd color RGB value is (3,221,253).

#03ddfd hex color red value is 3, green value is 221 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #03ddfd hue: 0.52 , saturation: 0.98 and the lightness value of 03ddfd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011101 11111101
Octal 3 335 375
Decimal 3 221 253
Hex 3 DD FD

RGB Percentages of Color #03ddfd

%0.63
%46.33
%53.04

CMYK Percentages of Color #03ddfd

%99
%13
%0
%1

Triadic Colors of #03ddfd

#03ddfd #fd03dd #ddfd03

Analogous Colors of #03ddfd

#03ddfd #0360fd #03fda0

Monochromatic Colors of #03ddfd

#03ddfd

Complementary Color

#03ddfd #fd2303

#03ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ddfd Color CSS Codes

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

#03ddfd Text Font Color

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

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


#03ddfd Background Color

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

This div background color is #03ddfd


#03ddfd Border Color

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

This div border color is #03ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ddfd


Comments

No comments written yet.

Please login to write comment.