Color Hex Logo

#7fceba Color Hex

#7FCEBA
(127,206,186)
0 Favorites   0 Comments

Color spaces of #7fceba

RGB 127206186
HSL0.460.450.65
HSV165°38°81°
CMYK 0.380.000.10   0.19
XYZ39.686652.199854.4382
Yxy52.19980.27120.3567
Hunter Lab72.2494-28.38655.9010
CIE-Lab77.4002-28.87362.2979

#7fceba color RGB value is (127,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11001110 10111010
Octal 177 316 272
Decimal 127 206 186
Hex 7F CE BA

RGB Percentages of Color #7fceba

%24.47
%39.69
%35.84

CMYK Percentages of Color #7fceba

%38
%0
%10
%19

Triadic Colors of #7fceba

#7fceba #ba7fce #ceba7f

Analogous Colors of #7fceba

#7fceba #7fbbce #7fce93

Monochromatic Colors of #7fceba

#7fceba

Complementary Color

#7fceba #ce7f93

#7fceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fceba Color CSS Codes

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

#7fceba Text Font Color

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

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


#7fceba Background Color

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

This div background color is #7fceba


#7fceba Border Color

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

This div border color is #7fceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fceba


Comments

No comments written yet.

Please login to write comment.