Color Hex Logo

#03ddeb Color Hex

#03DDEB
(3,221,235)
0 Favorites   0 Comments

Color spaces of #03ddeb

RGB 3221235
HSL0.510.970.47
HSV184°99°92°
CMYK 0.990.060.00   0.08
XYZ40.889457.730487.5853
Yxy57.73040.21960.3100
Hunter Lab75.9805-36.9050-15.1592
CIE-Lab80.5887-38.8793-19.4710

#03ddeb color RGB value is (3,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 11011101 11101011
Octal 3 335 353
Decimal 3 221 235
Hex 3 DD EB

RGB Percentages of Color #03ddeb

%0.65
%48.15
%51.20

CMYK Percentages of Color #03ddeb

%99
%6
%0
%8

Triadic Colors of #03ddeb

#03ddeb #eb03dd #ddeb03

Analogous Colors of #03ddeb

#03ddeb #0369eb #03eb85

Monochromatic Colors of #03ddeb

#03ddeb

Complementary Color

#03ddeb #eb1103

#03ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#03ddeb Color CSS Codes

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

#03ddeb Text Font Color

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

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


#03ddeb Background Color

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

This div background color is #03ddeb


#03ddeb Border Color

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

This div border color is #03ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #03ddeb


Comments

No comments written yet.

Please login to write comment.