Color Hex Logo

#7ffcbd Color Hex

#7FFCBD
(127,252,189)
0 Favorites   0 Comments

Color spaces of #7ffcbd

RGB 127252189
HSL0.420.950.74
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ52.748177.807060.3822
Yxy77.80700.27630.4075
Hunter Lab88.2083-47.622421.1593
CIE-Lab90.6918-48.987719.6354

#7ffcbd color RGB value is (127,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111100 10111101
Octal 177 374 275
Decimal 127 252 189
Hex 7F FC BD

RGB Percentages of Color #7ffcbd

%22.36
%44.37
%33.27

CMYK Percentages of Color #7ffcbd

%50
%0
%25
%1

Triadic Colors of #7ffcbd

#7ffcbd #bd7ffc #fcbd7f

Analogous Colors of #7ffcbd

#7ffcbd #7ffcfc #80fc7f

Monochromatic Colors of #7ffcbd

#7ffcbd

Complementary Color

#7ffcbd #fc7fbe

#7ffcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffcbd Color CSS Codes

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

#7ffcbd Text Font Color

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

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


#7ffcbd Background Color

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

This div background color is #7ffcbd


#7ffcbd Border Color

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

This div border color is #7ffcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffcbd


Comments

No comments written yet.

Please login to write comment.