Color Hex Logo

#7ddfbf Color Hex

#7DDFBF
(125,223,191)
0 Favorites   0 Comments

Color spaces of #7ddfbf

RGB 125223191
HSL0.450.600.68
HSV160°44°87°
CMYK 0.440.000.14   0.13
XYZ44.249160.896958.7123
Yxy60.89690.27000.3716
Hunter Lab78.0365-35.348810.0175
CIE-Lab82.3233-36.28916.7359

#7ddfbf color RGB value is (125,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 10111111
Octal 175 337 277
Decimal 125 223 191
Hex 7D DF BF

RGB Percentages of Color #7ddfbf

%23.19
%41.37
%35.44

CMYK Percentages of Color #7ddfbf

%44
%0
%14
%13

Triadic Colors of #7ddfbf

#7ddfbf #bf7ddf #dfbf7d

Analogous Colors of #7ddfbf

#7ddfbf #7dcedf #7ddf8e

Monochromatic Colors of #7ddfbf

#7ddfbf

Complementary Color

#7ddfbf #df7d9d

#7ddfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfbf Color CSS Codes

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

#7ddfbf Text Font Color

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

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


#7ddfbf Background Color

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

This div background color is #7ddfbf


#7ddfbf Border Color

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

This div border color is #7ddfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfbf


Comments

No comments written yet.

Please login to write comment.