Color Hex Logo

#7dfccc Color Hex

#7DFCCC
(125,252,204)
0 Favorites   0 Comments

Color spaces of #7dfccc

RGB 125252204
HSL0.440.950.74
HSV157°50°99°
CMYK 0.500.000.19   0.01
XYZ54.166978.340469.3931
Yxy78.34040.26830.3880
Hunter Lab88.5101-45.653315.4729
CIE-Lab90.9350-46.384812.2570

#7dfccc color RGB value is (125,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111100 11001100
Octal 175 374 314
Decimal 125 252 204
Hex 7D FC CC

RGB Percentages of Color #7dfccc

%21.51
%43.37
%35.11

CMYK Percentages of Color #7dfccc

%50
%0
%19
%1

Triadic Colors of #7dfccc

#7dfccc #cc7dfc #fccc7d

Analogous Colors of #7dfccc

#7dfccc #7dedfc #7dfc8d

Monochromatic Colors of #7dfccc

#7dfccc

Complementary Color

#7dfccc #fc7dad

#7dfccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfccc Color CSS Codes

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

#7dfccc Text Font Color

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

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


#7dfccc Background Color

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

This div background color is #7dfccc


#7dfccc Border Color

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

This div border color is #7dfccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,252,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfccc


Comments

No comments written yet.

Please login to write comment.