Color Hex Logo

#7ddfc5 Color Hex

#7DDFC5
(125,223,197)
0 Favorites   0 Comments

Color spaces of #7ddfc5

RGB 125223197
HSL0.460.600.68
HSV164°44°87°
CMYK 0.440.000.12   0.13
XYZ44.923261.166562.2619
Yxy61.16650.26680.3633
Hunter Lab78.2090-34.33557.5458
CIE-Lab82.4682-34.95573.7691

#7ddfc5 color RGB value is (125,223,197).

#7ddfc5 hex color red value is 125, green value is 223 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #7ddfc5 hue: 0.46 , saturation: 0.60 and the lightness value of 7ddfc5 is 0.68.

The process color (four color CMYK) of #7ddfc5 color hex is 0.44, 0.00, 0.12, 0.13. Web safe color of #7ddfc5 is #66cccc. Color #7ddfc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11000101
Octal 175 337 305
Decimal 125 223 197
Hex 7D DF C5

RGB Percentages of Color #7ddfc5

%22.94
%40.92
%36.15

CMYK Percentages of Color #7ddfc5

%44
%0
%12
%13

Triadic Colors of #7ddfc5

#7ddfc5 #c57ddf #dfc57d

Analogous Colors of #7ddfc5

#7ddfc5 #7dc8df #7ddf94

Monochromatic Colors of #7ddfc5

#7ddfc5

Complementary Color

#7ddfc5 #df7d97

#7ddfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfc5 Color CSS Codes

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

#7ddfc5 Text Font Color

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

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


#7ddfc5 Background Color

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

This div background color is #7ddfc5


#7ddfc5 Border Color

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

This div border color is #7ddfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfc5


Comments

No comments written yet.

Please login to write comment.