#00dcf0

#00dcf0 color hex

#00dcf0 hex color information.
RGB value of #00dcf0 is (0,220,240)
Change page background color to #00dcf0 | Reset

#00dcf0 rgb color chart

Color spaces of #00dcf0

RGB 0220240
HSL0.511.000.47
HSV185°100°94°
CMYK 1.000.080.00   0.06
XYZ41.321457.477791.3545
Yxy57.47770.21730.3023
Hunter Lab75.8140-35.3856-18.3735
CIE-Lab80.4475-36.9463-22.3451

Shades of #00dcf0

Tints of #00dcf0

RGB Percentages of Color #00dcf0

%0.00
%47.83
%52.17

CMYK Percentages of Color #00dcf0

%100
%8
%0
%6

#00dcf0 Color Info

#00dcf0 hex color red value is 0, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #00dcf0 hue: 0.51 , saturation: 1.00 and the lightness value of 00dcf0 is 0.47.

The process color (four color CMYK) of #00dcf0 hex color is 1.00, 0.08, 0.00, 0.06. Web safe color of #00dcf0 is #00ccff

Color #00dcf0 contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011100 11110000
Octal 0 334 360
Decimal 0 220 240
Hexadecimal 0 DC F0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #00dcf0

Triadic Colors of #00dcf0

#00dcf0 #ef00db #dbef00

Analogous Colors of #00dcf0

#00dcf0 #0063ef #00ef8c

Complementary Color of #00dcf0

#00dcf0 #ef1300

#00dcf0 HSL Color Chart
#00dcf0 hsl color chart
#00dcf0 RGB Color Chart

#00dcf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dcf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dcf0 Color CSS Codes

.mybgcolor {background-color:#00dcf0; } 
.myforecolor {color:#00dcf0; }
.mybordercolor {border:3px solid #00dcf0; }
Sample text font color #00dcf0

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

html code
<p style="color:#00dcf0">Text here</p>
#00dcf0 background color

This div background color is #00dcf0

<div style="background-color:#00dcf0">
Div content here</div>
#00dcf0 border color

This div border color is #00dcf0

<div style="border:3px solid #00dcf0">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #00dcf0 Color Sample
#00dcf0border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(0,220,240, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #00dcf0; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #00dcf0;
  -webkit-box-shadow: 1px 1px 3px 2px #00dcf0;
  box-shadow:         1px 1px 3px 2px #00dcf0; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,220,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00dcf0">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #00dcf0

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top