Color Hex Logo

#7fcecb Color Hex

#7FCECB
(127,206,203)
0 Favorites   0 Comments

Color spaces of #7fcecb

RGB 127206203
HSL0.490.450.65
HSV178°38°81°
CMYK 0.380.000.01   0.19
XYZ41.603252.966464.5307
Yxy52.96640.26150.3329
Hunter Lab72.7780-25.3229-1.6266
CIE-Lab77.8552-24.9132-6.1767

#7fcecb color RGB value is (127,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 11001011
Octal 177 316 313
Decimal 127 206 203
Hex 7F CE CB

RGB Percentages of Color #7fcecb

%23.69
%38.43
%37.87

CMYK Percentages of Color #7fcecb

%38
%0
%1
%19

Triadic Colors of #7fcecb

#7fcecb #cb7fce #cecb7f

Analogous Colors of #7fcecb

#7fcecb #7faace #7fcea4

Monochromatic Colors of #7fcecb

#7fcecb

Complementary Color

#7fcecb #ce7f82

#7fcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fcecb Color CSS Codes

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

#7fcecb Text Font Color

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

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


#7fcecb Background Color

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

This div background color is #7fcecb


#7fcecb Border Color

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

This div border color is #7fcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fcecb


Comments

No comments written yet.

Please login to write comment.