Color Hex Logo

#7fceb9 Color Hex

#7FCEB9
(127,206,185)
0 Favorites   0 Comments

Color spaces of #7fceb9

RGB 127206185
HSL0.460.450.65
HSV164°38°81°
CMYK 0.380.000.10   0.19
XYZ39.580752.157453.8802
Yxy52.15740.27180.3582
Hunter Lab72.2201-28.55706.3204
CIE-Lab77.3749-29.09732.7985

#7fceb9 color RGB value is (127,206,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 10111001
Octal 177 316 271
Decimal 127 206 185
Hex 7F CE B9

RGB Percentages of Color #7fceb9

%24.52
%39.77
%35.71

CMYK Percentages of Color #7fceb9

%38
%0
%10
%19

Triadic Colors of #7fceb9

#7fceb9 #b97fce #ceb97f

Analogous Colors of #7fceb9

#7fceb9 #7fbcce #7fce92

Monochromatic Colors of #7fceb9

#7fceb9

Complementary Color

#7fceb9 #ce7f94

#7fceb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fceb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fceb9 Color CSS Codes

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

#7fceb9 Text Font Color

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

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


#7fceb9 Background Color

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

This div background color is #7fceb9


#7fceb9 Border Color

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

This div border color is #7fceb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fceb9


Comments

No comments written yet.

Please login to write comment.