Color Hex Logo

#7ddfdb Color Hex

#7DDFDB
(125,223,219)
0 Favorites   0 Comments

Color spaces of #7ddfdb

RGB 125223219
HSL0.490.600.68
HSV178°44°87°
CMYK 0.440.000.02   0.13
XYZ47.631362.249876.5228
Yxy62.24980.25550.3340
Hunter Lab78.8985-30.3114-2.2757
CIE-Lab83.0461-29.7727-7.0480

#7ddfdb color RGB value is (125,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011111 11011011
Octal 175 337 333
Decimal 125 223 219
Hex 7D DF DB

RGB Percentages of Color #7ddfdb

%22.05
%39.33
%38.62

CMYK Percentages of Color #7ddfdb

%44
%0
%2
%13

Triadic Colors of #7ddfdb

#7ddfdb #db7ddf #dfdb7d

Analogous Colors of #7ddfdb

#7ddfdb #7db2df #7ddfaa

Monochromatic Colors of #7ddfdb

#7ddfdb

Complementary Color

#7ddfdb #df7d81

#7ddfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddfdb Color CSS Codes

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

#7ddfdb Text Font Color

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

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


#7ddfdb Background Color

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

This div background color is #7ddfdb


#7ddfdb Border Color

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

This div border color is #7ddfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddfdb


Comments

No comments written yet.

Please login to write comment.