Color Hex Logo

#7ddce5 Color Hex

#7DDCE5
(125,220,229)
0 Favorites   0 Comments

Color spaces of #7ddce5

RGB 125220229
HSL0.510.670.69
HSV185°45°90°
CMYK 0.450.040.00   0.10
XYZ48.193561.203583.4021
Yxy61.20350.25000.3174
Hunter Lab78.2327-26.9462-8.4449
CIE-Lab82.4880-25.8108-13.1866

#7ddce5 color RGB value is (125,220,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11011100 11100101
Octal 175 334 345
Decimal 125 220 229
Hex 7D DC E5

RGB Percentages of Color #7ddce5

%21.78
%38.33
%39.90

CMYK Percentages of Color #7ddce5

%45
%4
%0
%10

Triadic Colors of #7ddce5

#7ddce5 #e57ddc #dce57d

Analogous Colors of #7ddce5

#7ddce5 #7da8e5 #7de5ba

Monochromatic Colors of #7ddce5

#7ddce5

Complementary Color

#7ddce5 #e5867d

#7ddce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ddce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ddce5 Color CSS Codes

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

#7ddce5 Text Font Color

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

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


#7ddce5 Background Color

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

This div background color is #7ddce5


#7ddce5 Border Color

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

This div border color is #7ddce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ddce5


Comments

No comments written yet.

Please login to write comment.