Color Hex Logo

#7dc0dc Color Hex

#7DC0DC
(125,192,220)
0 Favorites   0 Comments

Color spaces of #7dc0dc

RGB 125192220
HSL0.550.580.68
HSV198°43°86°
CMYK 0.430.130.00   0.14
XYZ40.225447.226674.7057
Yxy47.22660.24810.2912
Hunter Lab68.7216-15.7799-16.3477
CIE-Lab74.3345-13.9759-20.6493

#7dc0dc color RGB value is (125,192,220).

#7dc0dc hex color red value is 125, green value is 192 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7dc0dc hue: 0.55 , saturation: 0.58 and the lightness value of 7dc0dc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11000000 11011100
Octal 175 300 334
Decimal 125 192 220
Hex 7D C0 DC

RGB Percentages of Color #7dc0dc

%23.28
%35.75
%40.97

CMYK Percentages of Color #7dc0dc

%43
%13
%0
%14

Triadic Colors of #7dc0dc

#7dc0dc #dc7dc0 #c0dc7d

Analogous Colors of #7dc0dc

#7dc0dc #7d91dc #7ddcc9

Monochromatic Colors of #7dc0dc

#7dc0dc

Complementary Color

#7dc0dc #dc997d

#7dc0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dc0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dc0dc Color CSS Codes

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

#7dc0dc Text Font Color

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

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


#7dc0dc Background Color

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

This div background color is #7dc0dc


#7dc0dc Border Color

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

This div border color is #7dc0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dc0dc


Comments

No comments written yet.

Please login to write comment.