Color Hex Logo

#7dface Color Hex

#7DFACE
(125,250,206)
0 Favorites   0 Comments

Color spaces of #7dface

RGB 125250206
HSL0.440.930.74
HSV159°50°98°
CMYK 0.500.000.18   0.02
XYZ53.783677.187470.4565
Yxy77.18740.26700.3832
Hunter Lab87.8564-44.475113.9518
CIE-Lab90.4078-45.092410.4733

#7dface color RGB value is (125,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111010 11001110
Octal 175 372 316
Decimal 125 250 206
Hex 7D FA CE

RGB Percentages of Color #7dface

%21.51
%43.03
%35.46

CMYK Percentages of Color #7dface

%50
%0
%18
%2

Triadic Colors of #7dface

#7dface #ce7dfa #face7d

Analogous Colors of #7dface

#7dface #7de8fa #7dfa90

Monochromatic Colors of #7dface

#7dface

Complementary Color

#7dface #fa7da9

#7dface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dface Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dface Color CSS Codes

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

#7dface Text Font Color

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

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


#7dface Background Color

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

This div background color is #7dface


#7dface Border Color

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

This div border color is #7dface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dface


Comments

No comments written yet.

Please login to write comment.