Color Hex Logo

#00ffcd Color Hex

#00FFCD
(0,255,205)
1 Favorites   0 Comments

Color spaces of #00ffcd

RGB 0255205
HSL0.471.000.50
HSV168°100°100°
CMYK 1.000.000.20   0.00
XYZ46.779475.927869.9476
Yxy75.92780.24280.3941
Hunter Lab87.1366-56.661013.4014
CIE-Lab89.8258-61.37769.8874

#00ffcd color RGB value is (0,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 11001101
Octal 0 377 315
Decimal 0 255 205
Hex 0 FF CD

RGB Percentages of Color #00ffcd

%0.00
%55.43
%44.57

CMYK Percentages of Color #00ffcd

%100
%0
%20
%0

Triadic Colors of #00ffcd

#00ffcd #cd00ff #ffcd00

Analogous Colors of #00ffcd

#00ffcd #00b2ff #00ff4e

Monochromatic Colors of #00ffcd

#00ffcd

Complementary Color

#00ffcd #ff0032

#00ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ffcd Color CSS Codes

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

#00ffcd Text Font Color

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

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


#00ffcd Background Color

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

This div background color is #00ffcd


#00ffcd Border Color

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

This div border color is #00ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ffcd


Comments

No comments written yet.

Please login to write comment.