color codes Logo

#00dcfc color codes

#00DCFC
(0,220,252)
0 Favorites   0 Comments

Color spaces of #00dcfc

RGB 0220252
HSL0.521.000.49
HSV188°100°99°
CMYK 1.000.130.00   0.01
XYZ43.163958.2147101.0570
Yxy58.21470.21320.2876
Hunter Lab76.2986-32.5408-25.1203
CIE-Lab80.8580-33.1675-28.0921

#00dcfc color RGB value is (0,220,252).

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

The process color (four color CMYK) of #00dcfc color code is 1.00, 0.13, 0.00, 0.01. Web safe color of #00dcfc is #00ccff. Color #00dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011100 11111100
Octal 0 334 374
Decimal 0 220 252
Hex 0 DC FC

RGB Percentages of Color #00dcfc

%0.00
%46.61
%53.39

CMYK Percentages of Color #00dcfc

%100
%13
%0
%1

Triadic Colors of #00dcfc

#00dcfc #fc00dc #dcfc00

Analogous Colors of #00dcfc

#00dcfc #005efc #00fc9e

Monochromatic Colors of #00dcfc

#00dcfc

Complementary Color

#00dcfc #fc2000

#00dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00dcfc Color CSS Codes

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

#00dcfc Text Font Color

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

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


#00dcfc Background Color

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

This div background color is #00dcfc


#00dcfc Border Color

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

This div border color is #00dcfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,220,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00dcfc


Comments

No comments written yet.

Please login to write comment.