Color Hex Logo

#7ddced Color Hex

#7DDCED
(125,220,237)
0 Favorites   0 Comments

Color spaces of #7ddced

RGB 125220237
HSL0.530.760.71
HSV189°47°93°
CMYK 0.470.070.00   0.07
XYZ49.336761.660889.4222
Yxy61.66080.24620.3077
Hunter Lab78.5244-25.2665-12.5513
CIE-Lab82.7327-23.7375-17.0657

#7ddced color RGB value is (125,220,237).

#7ddced hex color red value is 125, green value is 220 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7ddced hue: 0.53 , saturation: 0.76 and the lightness value of 7ddced is 0.71.

The process color (four color CMYK) of #7ddced color hex is 0.47, 0.07, 0.00, 0.07. Web safe color of #7ddced is #66ccff. Color #7ddced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 11101101
Octal 175 334 355
Decimal 125 220 237
Hex 7D DC ED

RGB Percentages of Color #7ddced

%21.48
%37.80
%40.72

CMYK Percentages of Color #7ddced

%47
%7
%0
%7

Triadic Colors of #7ddced

#7ddced #ed7ddc #dced7d

Analogous Colors of #7ddced

#7ddced #7da4ed #7dedc6

Monochromatic Colors of #7ddced

#7ddced

Complementary Color

#7ddced #ed8e7d

#7ddced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddced Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddced Color CSS Codes

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

#7ddced Text Font Color

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

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


#7ddced Background Color

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

This div background color is #7ddced


#7ddced Border Color

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

This div border color is #7ddced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddced


Comments

No comments written yet.

Please login to write comment.