Color Hex Logo

#7ddee1 Color Hex

#7DDEE1
(125,222,225)
0 Favorites   0 Comments

Color spaces of #7ddee1

RGB 125222225
HSL0.510.630.69
HSV182°44°88°
CMYK 0.440.010.00   0.12
XYZ48.169362.038880.6701
Yxy62.03880.25240.3250
Hunter Lab78.7647-28.6749-5.5890
CIE-Lab82.9340-27.8001-10.3972

#7ddee1 color RGB value is (125,222,225).

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

The process color (four color CMYK) of #7ddee1 color hex is 0.44, 0.01, 0.00, 0.12. Web safe color of #7ddee1 is #66cccc. Color #7ddee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011110 11100001
Octal 175 336 341
Decimal 125 222 225
Hex 7D DE E1

RGB Percentages of Color #7ddee1

%21.85
%38.81
%39.34

CMYK Percentages of Color #7ddee1

%44
%1
%0
%12

Triadic Colors of #7ddee1

#7ddee1 #e17dde #dee17d

Analogous Colors of #7ddee1

#7ddee1 #7dace1 #7de1b2

Monochromatic Colors of #7ddee1

#7ddee1

Complementary Color

#7ddee1 #e1807d

#7ddee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddee1 Color CSS Codes

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

#7ddee1 Text Font Color

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

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


#7ddee1 Background Color

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

This div background color is #7ddee1


#7ddee1 Border Color

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

This div border color is #7ddee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddee1


Comments

No comments written yet.

Please login to write comment.