Color Hex Logo

#7dfcbd Color Hex

#7DFCBD
(125,252,189)
0 Favorites   0 Comments

Color spaces of #7dfcbd

RGB 125252189
HSL0.420.950.74
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ52.453277.654960.3684
Yxy77.65490.27540.4077
Hunter Lab88.1220-47.964321.0685
CIE-Lab90.6222-49.455019.5280

#7dfcbd color RGB value is (125,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 10111101
Octal 175 374 275
Decimal 125 252 189
Hex 7D FC BD

RGB Percentages of Color #7dfcbd

%22.08
%44.52
%33.39

CMYK Percentages of Color #7dfcbd

%50
%0
%25
%1

Triadic Colors of #7dfcbd

#7dfcbd #bd7dfc #fcbd7d

Analogous Colors of #7dfcbd

#7dfcbd #7dfcfc #7dfc7e

Monochromatic Colors of #7dfcbd

#7dfcbd

Complementary Color

#7dfcbd #fc7dbc

#7dfcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcbd Color CSS Codes

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

#7dfcbd Text Font Color

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

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


#7dfcbd Background Color

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

This div background color is #7dfcbd


#7dfcbd Border Color

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

This div border color is #7dfcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcbd


Comments

No comments written yet.

Please login to write comment.