Color Hex Logo

#7ffdbc Color Hex

#7FFDBC
(127,253,188)
0 Favorites   0 Comments

Color spaces of #7ffdbc

RGB 127253188
HSL0.410.970.75
HSV149°50°99°
CMYK 0.500.000.26   0.01
XYZ52.954878.393459.9174
Yxy78.39340.27690.4099
Hunter Lab88.5400-48.186321.8549
CIE-Lab90.9591-49.604120.5191

#7ffdbc color RGB value is (127,253,188).

#7ffdbc hex color red value is 127, green value is 253 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ffdbc hue: 0.41 , saturation: 0.97 and the lightness value of 7ffdbc is 0.75.

The process color (four color CMYK) of #7ffdbc color hex is 0.50, 0.00, 0.26, 0.01. Web safe color of #7ffdbc is #66ffcc. Color #7ffdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 10111100
Octal 177 375 274
Decimal 127 253 188
Hex 7F FD BC

RGB Percentages of Color #7ffdbc

%22.36
%44.54
%33.10

CMYK Percentages of Color #7ffdbc

%50
%0
%26
%1

Triadic Colors of #7ffdbc

#7ffdbc #bc7ffd #fdbc7f

Analogous Colors of #7ffdbc

#7ffdbc #7ffdfb #81fd7f

Monochromatic Colors of #7ffdbc

#7ffdbc

Complementary Color

#7ffdbc #fd7fc0

#7ffdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdbc Color CSS Codes

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

#7ffdbc Text Font Color

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

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


#7ffdbc Background Color

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

This div background color is #7ffdbc


#7ffdbc Border Color

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

This div border color is #7ffdbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,253,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 #7ffdbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdbc


Comments

No comments written yet.

Please login to write comment.