Color Hex Logo

#7dddec Color Hex

#7DDDEC
(125,221,236)
0 Favorites   0 Comments

Color spaces of #7dddec

RGB 125221236
HSL0.520.740.71
HSV188°47°93°
CMYK 0.470.060.00   0.07
XYZ49.454262.129088.7425
Yxy62.12900.24690.3101
Hunter Lab78.8220-25.9446-11.5769
CIE-Lab82.9820-24.4932-16.1602

#7dddec color RGB value is (125,221,236).

#7dddec hex color red value is 125, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7dddec hue: 0.52 , saturation: 0.74 and the lightness value of 7dddec is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11101100
Octal 175 335 354
Decimal 125 221 236
Hex 7D DD EC

RGB Percentages of Color #7dddec

%21.48
%37.97
%40.55

CMYK Percentages of Color #7dddec

%47
%6
%0
%7

Triadic Colors of #7dddec

#7dddec #ec7ddd #ddec7d

Analogous Colors of #7dddec

#7dddec #7da6ec #7decc4

Monochromatic Colors of #7dddec

#7dddec

Complementary Color

#7dddec #ec8c7d

#7dddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dddec Color CSS Codes

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

#7dddec Text Font Color

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

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


#7dddec Background Color

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

This div background color is #7dddec


#7dddec Border Color

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

This div border color is #7dddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dddec


Comments

No comments written yet.

Please login to write comment.