Color Hex Logo

#7fcecd Color Hex

#7FCECD
(127,206,205)
0 Favorites   0 Comments

Color spaces of #7fcecd

RGB 127206205
HSL0.500.450.65
HSV179°38°81°
CMYK 0.380.000.00   0.19
XYZ41.843153.062465.7943
Yxy53.06240.26040.3302
Hunter Lab72.8439-24.9427-2.5613
CIE-Lab77.9118-24.4292-7.1684

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11001101
Octal 177 316 315
Decimal 127 206 205
Hex 7F CE CD

RGB Percentages of Color #7fcecd

%23.61
%38.29
%38.10

CMYK Percentages of Color #7fcecd

%38
%0
%0
%19

Triadic Colors of #7fcecd

#7fcecd #cd7fce #cecd7f

Analogous Colors of #7fcecd

#7fcecd #7fa8ce #7fcea6

Monochromatic Colors of #7fcecd

#7fcecd

Complementary Color

#7fcecd #ce7f80

#7fcecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcecd Color CSS Codes

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

#7fcecd Text Font Color

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

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


#7fcecd Background Color

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

This div background color is #7fcecd


#7fcecd Border Color

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

This div border color is #7fcecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcecd


Comments

No comments written yet.

Please login to write comment.