Color Hex Logo

#7febbc Color Hex

#7FEBBC
(127,235,188)
0 Favorites   0 Comments

Color spaces of #7febbc

RGB 127235188
HSL0.430.730.71
HSV154°46°92°
CMYK 0.460.000.20   0.08
XYZ47.537867.559558.1117
Yxy67.55950.27450.3900
Hunter Lab82.1946-40.603815.6181
CIE-Lab85.7857-41.841413.2626

#7febbc color RGB value is (127,235,188).

#7febbc hex color red value is 127, green value is 235 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7febbc hue: 0.43 , saturation: 0.73 and the lightness value of 7febbc is 0.71.

The process color (four color CMYK) of #7febbc color hex is 0.46, 0.00, 0.20, 0.08. Web safe color of #7febbc is #66ffcc. Color #7febbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11101011 10111100
Octal 177 353 274
Decimal 127 235 188
Hex 7F EB BC

RGB Percentages of Color #7febbc

%23.09
%42.73
%34.18

CMYK Percentages of Color #7febbc

%46
%0
%20
%8

Triadic Colors of #7febbc

#7febbc #bc7feb #ebbc7f

Analogous Colors of #7febbc

#7febbc #7fe4eb #7feb86

Monochromatic Colors of #7febbc

#7febbc

Complementary Color

#7febbc #eb7fae

#7febbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7febbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7febbc Color CSS Codes

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

#7febbc Text Font Color

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

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


#7febbc Background Color

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

This div background color is #7febbc


#7febbc Border Color

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

This div border color is #7febbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7febbc


Comments

No comments written yet.

Please login to write comment.