Color Hex Logo

#00fccd Color Hex

#00FCCD
(0,252,205)
0 Favorites   0 Comments

Color spaces of #00fccd

RGB 0252205
HSL0.471.000.49
HSV169°100°99°
CMYK 1.000.000.19   0.01
XYZ45.829874.028669.6311
Yxy74.02860.24190.3907
Hunter Lab86.0399-55.490412.2452
CIE-Lab88.9360-60.23178.6139

#00fccd color RGB value is (0,252,205).

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

The process color (four color CMYK) of #00fccd color hex is 1.00, 0.00, 0.19, 0.01. Web safe color of #00fccd is #00ffcc. Color #00fccd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111100 11001101
Octal 0 374 315
Decimal 0 252 205
Hex 0 FC CD

RGB Percentages of Color #00fccd

%0.00
%55.14
%44.86

CMYK Percentages of Color #00fccd

%100
%0
%19
%1

Triadic Colors of #00fccd

#00fccd #cd00fc #fccd00

Analogous Colors of #00fccd

#00fccd #00adfc #00fc4f

Monochromatic Colors of #00fccd

#00fccd

Complementary Color

#00fccd #fc002f

#00fccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00fccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00fccd Color CSS Codes

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

#00fccd Text Font Color

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

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


#00fccd Background Color

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

This div background color is #00fccd


#00fccd Border Color

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

This div border color is #00fccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00fccd


Comments

No comments written yet.

Please login to write comment.