Color Hex Logo

#7fcdcd Color Hex

#7FCDCD
(127,205,205)
3 Favorites   0 Comments

Color spaces of #7fcdcd

RGB 127205205
HSL0.500.440.65
HSV180°38°80°
CMYK 0.380.000.00   0.20
XYZ41.603252.582465.7143
Yxy52.58240.26020.3288
Hunter Lab72.5137-24.4885-2.9709
CIE-Lab77.6278-23.9332-7.5896

#7fcdcd color RGB value is (127,205,205).

#7fcdcd hex color red value is 127, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #7fcdcd hue: 0.50 , saturation: 0.44 and the lightness value of 7fcdcd is 0.65.

The process color (four color CMYK) of #7fcdcd color hex is 0.38, 0.00, 0.00, 0.20. Web safe color of #7fcdcd is #66cccc. Color #7fcdcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 11001101
Octal 177 315 315
Decimal 127 205 205
Hex 7F CD CD

RGB Percentages of Color #7fcdcd

%23.65
%38.18
%38.18

CMYK Percentages of Color #7fcdcd

%38
%0
%0
%20

Triadic Colors of #7fcdcd

#7fcdcd #cd7fcd #cdcd7f

Analogous Colors of #7fcdcd

#7fcdcd #7fa6cd #7fcda6

Monochromatic Colors of #7fcdcd

#7fcdcd

Complementary Color

#7fcdcd #cd7f7f

#7fcdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdcd Color CSS Codes

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

#7fcdcd Text Font Color

<p style="color:#7fcdcd">Text here</p>

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


#7fcdcd Background Color

<div style="background-color:#7fcdcd">
Div content here</div>

This div background color is #7fcdcd


#7fcdcd Border Color

<div style="border:3px solid #7fcdcd">
Div here</div>

This div border color is #7fcdcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,205,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7fcdcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7fcdcd;
  -webkit-box-shadow: 1px 1px 3px 2px #7fcdcd;
  box-shadow:         1px 1px 3px 2px #7fcdcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,205,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 #7fcdcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdcd

#7fcdcd Color Palettes


Comments

No comments written yet.

Please login to write comment.