Color Hex Logo

#7fcdb5 Color Hex

#7FCDB5
(127,205,181)
0 Favorites   0 Comments

Color spaces of #7fcdb5

RGB 127205181
HSL0.450.440.65
HSV162°38°80°
CMYK 0.380.000.12   0.20
XYZ38.924251.510951.6071
Yxy51.51090.27400.3626
Hunter Lab71.7711-28.79217.6072
CIE-Lab76.9875-29.50334.3872

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001101 10110101
Octal 177 315 265
Decimal 127 205 181
Hex 7F CD B5

RGB Percentages of Color #7fcdb5

%24.76
%39.96
%35.28

CMYK Percentages of Color #7fcdb5

%38
%0
%12
%20

Triadic Colors of #7fcdb5

#7fcdb5 #b57fcd #cdb57f

Analogous Colors of #7fcdb5

#7fcdb5 #7fbecd #7fcd8e

Monochromatic Colors of #7fcdb5

#7fcdb5

Complementary Color

#7fcdb5 #cd7f97

#7fcdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcdb5 Color CSS Codes

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

#7fcdb5 Text Font Color

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

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


#7fcdb5 Background Color

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

This div background color is #7fcdb5


#7fcdb5 Border Color

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

This div border color is #7fcdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcdb5


Comments

No comments written yet.

Please login to write comment.