Color Hex Logo

#7ffdbd Color Hex

#7FFDBD
(127,253,189)
0 Favorites   0 Comments

Color spaces of #7ffdbd

RGB 127253189
HSL0.420.970.75
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ53.063078.436760.4872
Yxy78.43670.27640.4086
Hunter Lab88.5645-48.040421.5017
CIE-Lab90.9788-49.409020.0351

#7ffdbd color RGB value is (127,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 10111101
Octal 177 375 275
Decimal 127 253 189
Hex 7F FD BD

RGB Percentages of Color #7ffdbd

%22.32
%44.46
%33.22

CMYK Percentages of Color #7ffdbd

%50
%0
%25
%1

Triadic Colors of #7ffdbd

#7ffdbd #bd7ffd #fdbd7f

Analogous Colors of #7ffdbd

#7ffdbd #7ffdfc #80fd7f

Monochromatic Colors of #7ffdbd

#7ffdbd

Complementary Color

#7ffdbd #fd7fbf

#7ffdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdbd Color CSS Codes

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

#7ffdbd Text Font Color

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

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


#7ffdbd Background Color

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

This div background color is #7ffdbd


#7ffdbd Border Color

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

This div border color is #7ffdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdbd


Comments

No comments written yet.

Please login to write comment.