Color Hex Logo

#7dfcbc Color Hex

#7DFCBC
(125,252,188)
0 Favorites   0 Comments

Color spaces of #7dfcbc

RGB 125252188
HSL0.420.950.74
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ52.345077.611659.7986
Yxy77.61160.27590.4090
Hunter Lab88.0974-48.110921.4235
CIE-Lab90.6024-49.651820.0124

#7dfcbc color RGB value is (125,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 10111100
Octal 175 374 274
Decimal 125 252 188
Hex 7D FC BC

RGB Percentages of Color #7dfcbc

%22.12
%44.60
%33.27

CMYK Percentages of Color #7dfcbc

%50
%0
%25
%1

Triadic Colors of #7dfcbc

#7dfcbc #bc7dfc #fcbc7d

Analogous Colors of #7dfcbc

#7dfcbc #7dfcfc #7efc7d

Monochromatic Colors of #7dfcbc

#7dfcbc

Complementary Color

#7dfcbc #fc7dbd

#7dfcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfcbc Color CSS Codes

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

#7dfcbc Text Font Color

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

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


#7dfcbc Background Color

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

This div background color is #7dfcbc


#7dfcbc Border Color

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

This div border color is #7dfcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.