Color Hex Logo

#7dcdda Color Hex

#7DCDDA
(125,205,218)
0 Favorites   0 Comments

Color spaces of #7dcdda

RGB 125205218
HSL0.520.560.67
HSV188°43°85°
CMYK 0.430.060.00   0.15
XYZ42.943753.084674.3126
Yxy53.08460.25210.3116
Hunter Lab72.8592-22.2944-9.4713
CIE-Lab77.9249-21.1795-14.1489

#7dcdda color RGB value is (125,205,218).

#7dcdda hex color red value is 125, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #7dcdda hue: 0.52 , saturation: 0.56 and the lightness value of 7dcdda is 0.67.

The process color (four color CMYK) of #7dcdda color hex is 0.43, 0.06, 0.00, 0.15. Web safe color of #7dcdda is #66cccc. Color #7dcdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001101 11011010
Octal 175 315 332
Decimal 125 205 218
Hex 7D CD DA

RGB Percentages of Color #7dcdda

%22.81
%37.41
%39.78

CMYK Percentages of Color #7dcdda

%43
%6
%0
%15

Triadic Colors of #7dcdda

#7dcdda #da7dcd #cdda7d

Analogous Colors of #7dcdda

#7dcdda #7d9fda #7ddab9

Monochromatic Colors of #7dcdda

#7dcdda

Complementary Color

#7dcdda #da8a7d

#7dcdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dcdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dcdda Color CSS Codes

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

#7dcdda Text Font Color

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

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


#7dcdda Background Color

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

This div background color is #7dcdda


#7dcdda Border Color

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

This div border color is #7dcdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dcdda


Comments

No comments written yet.

Please login to write comment.