Color Hex Logo

#00dcff Color Hex

#00DCFF
(0,220,255)
3 Favorites   0 Comments

Color spaces of #00dcff

RGB 0220255
HSL0.521.000.50
HSV188°100°100°
CMYK 1.000.140.00   0.00
XYZ43.643258.4064103.5811
Yxy58.40640.21220.2840
Hunter Lab76.4241-31.8068-26.8616
CIE-Lab80.9642-32.2080-29.5199

#00dcff color RGB value is (0,220,255).

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

The process color (four color CMYK) of #00dcff color hex is 1.00, 0.14, 0.00, 0.00. Web safe color of #00dcff is #00ccff. Color #00dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011100 11111111
Octal 0 334 377
Decimal 0 220 255
Hex 0 DC FF

RGB Percentages of Color #00dcff

%0.00
%46.32
%53.68

CMYK Percentages of Color #00dcff

%100
%14
%0
%0

Triadic Colors of #00dcff

#00dcff #ff00dc #dcff00

Analogous Colors of #00dcff

#00dcff #005cff #00ffa3

Monochromatic Colors of #00dcff

#00dcff

Complementary Color

#00dcff #ff2300

#00dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dcff Color CSS Codes

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

#00dcff Text Font Color

<p style="color:#00dcff">Text here</p>

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


#00dcff Background Color

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

This div background color is #00dcff


#00dcff Border Color

<div style="border:3px solid #00dcff">
Div here</div>

This div border color is #00dcff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,220,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00dcff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00dcff;
  -webkit-box-shadow: 1px 1px 3px 2px #00dcff;
  box-shadow:         1px 1px 3px 2px #00dcff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,220,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 #00dcff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dcff

Related Colors


Comments

No comments written yet.

Please login to write comment.