Color Hex Logo

#7fceb3 Color Hex

#7FCEB3
(127,206,179)
0 Favorites   0 Comments

Color spaces of #7fceb3

RGB 127206179
HSL0.440.450.65
HSV159°38°81°
CMYK 0.380.000.13   0.19
XYZ38.960451.909350.6139
Yxy51.90930.27540.3669
Hunter Lab72.0481-29.55948.7824
CIE-Lab77.2266-30.41895.8063

#7fceb3 color RGB value is (127,206,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 10110011
Octal 177 316 263
Decimal 127 206 179
Hex 7F CE B3

RGB Percentages of Color #7fceb3

%24.80
%40.23
%34.96

CMYK Percentages of Color #7fceb3

%38
%0
%13
%19

Triadic Colors of #7fceb3

#7fceb3 #b37fce #ceb37f

Analogous Colors of #7fceb3

#7fceb3 #7fc2ce #7fce8c

Monochromatic Colors of #7fceb3

#7fceb3

Complementary Color

#7fceb3 #ce7f9a

#7fceb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fceb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fceb3 Color CSS Codes

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

#7fceb3 Text Font Color

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

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


#7fceb3 Background Color

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

This div background color is #7fceb3


#7fceb3 Border Color

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

This div border color is #7fceb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fceb3


Comments

No comments written yet.

Please login to write comment.