Color Hex Logo

#7dfaca Color Hex

#7DFACA
(125,250,202)
0 Favorites   0 Comments

Color spaces of #7dfaca

RGB 125250202
HSL0.440.930.74
HSV157°50°98°
CMYK 0.500.000.19   0.02
XYZ53.303776.995567.9293
Yxy76.99550.26890.3884
Hunter Lab87.7471-45.124015.5237
CIE-Lab90.3195-45.945712.4147

#7dfaca color RGB value is (125,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 11001010
Octal 175 372 312
Decimal 125 250 202
Hex 7D FA CA

RGB Percentages of Color #7dfaca

%21.66
%43.33
%35.01

CMYK Percentages of Color #7dfaca

%50
%0
%19
%2

Triadic Colors of #7dfaca

#7dfaca #ca7dfa #faca7d

Analogous Colors of #7dfaca

#7dfaca #7decfa #7dfa8c

Monochromatic Colors of #7dfaca

#7dfaca

Complementary Color

#7dfaca #fa7dad

#7dfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dfaca Color CSS Codes

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

#7dfaca Text Font Color

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

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


#7dfaca Background Color

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

This div background color is #7dfaca


#7dfaca Border Color

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

This div border color is #7dfaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dfaca

Related Colors


Comments

No comments written yet.

Please login to write comment.