Color Hex Logo

#7ddde4 Color Hex

#7DDDE4
(125,221,228)
0 Favorites   0 Comments

Color spaces of #7ddde4

RGB 125221228
HSL0.510.660.69
HSV184°45°89°
CMYK 0.450.030.00   0.11
XYZ48.317561.674382.7565
Yxy61.67430.25070.3200
Hunter Lab78.5330-27.6104-7.5055
CIE-Lab82.7399-26.5549-12.2789

#7ddde4 color RGB value is (125,221,228).

#7ddde4 hex color red value is 125, green value is 221 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #7ddde4 hue: 0.51 , saturation: 0.66 and the lightness value of 7ddde4 is 0.69.

The process color (four color CMYK) of #7ddde4 color hex is 0.45, 0.03, 0.00, 0.11. Web safe color of #7ddde4 is #66cccc. Color #7ddde4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011101 11100100
Octal 175 335 344
Decimal 125 221 228
Hex 7D DD E4

RGB Percentages of Color #7ddde4

%21.78
%38.50
%39.72

CMYK Percentages of Color #7ddde4

%45
%3
%0
%11

Triadic Colors of #7ddde4

#7ddde4 #e47ddd #dde47d

Analogous Colors of #7ddde4

#7ddde4 #7daae4 #7de4b8

Monochromatic Colors of #7ddde4

#7ddde4

Complementary Color

#7ddde4 #e4847d

#7ddde4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddde4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddde4 Color CSS Codes

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

#7ddde4 Text Font Color

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

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


#7ddde4 Background Color

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

This div background color is #7ddde4


#7ddde4 Border Color

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

This div border color is #7ddde4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddde4


Comments

No comments written yet.

Please login to write comment.