Color Hex Logo

#7dccdc Color Hex

#7DCCDC
(125,204,220)
0 Favorites   0 Comments

Color spaces of #7dccdc

RGB 125204220
HSL0.530.580.68
HSV190°43°86°
CMYK 0.430.070.00   0.14
XYZ42.968652.713075.6201
Yxy52.71300.25080.3077
Hunter Lab72.6037-21.4160-10.9306
CIE-Lab77.7052-20.1585-15.5544

#7dccdc color RGB value is (125,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11001100 11011100
Octal 175 314 334
Decimal 125 204 220
Hex 7D CC DC

RGB Percentages of Color #7dccdc

%22.77
%37.16
%40.07

CMYK Percentages of Color #7dccdc

%43
%7
%0
%14

Triadic Colors of #7dccdc

#7dccdc #dc7dcc #ccdc7d

Analogous Colors of #7dccdc

#7dccdc #7d9ddc #7ddcbd

Monochromatic Colors of #7dccdc

#7dccdc

Complementary Color

#7dccdc #dc8d7d

#7dccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dccdc Color CSS Codes

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

#7dccdc Text Font Color

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

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


#7dccdc Background Color

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

This div background color is #7dccdc


#7dccdc Border Color

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

This div border color is #7dccdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,204,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 #7dccdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dccdc


Comments

No comments written yet.

Please login to write comment.