Color Hex Logo

#7cddce Color Hex

#7CDDCE
(124,221,206)
0 Favorites   0 Comments

Color spaces of #7cddce

RGB 124221206
HSL0.470.590.68
HSV171°44°87°
CMYK 0.440.000.07   0.13
XYZ45.309260.454267.6733
Yxy60.45420.26120.3486
Hunter Lab77.7523-32.04782.8223
CIE-Lab82.0844-32.1894-1.5688

#7cddce color RGB value is (124,221,206).

#7cddce hex color red value is 124, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7cddce hue: 0.47 , saturation: 0.59 and the lightness value of 7cddce is 0.68.

The process color (four color CMYK) of #7cddce color hex is 0.44, 0.00, 0.07, 0.13. Web safe color of #7cddce is #66cccc. Color #7cddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011101 11001110
Octal 174 335 316
Decimal 124 221 206
Hex 7C DD CE

RGB Percentages of Color #7cddce

%22.50
%40.11
%37.39

CMYK Percentages of Color #7cddce

%44
%0
%7
%13

Triadic Colors of #7cddce

#7cddce #ce7cdd #ddce7c

Analogous Colors of #7cddce

#7cddce #7cbcdd #7cdd9e

Monochromatic Colors of #7cddce

#7cddce

Complementary Color

#7cddce #dd7c8b

#7cddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cddce Color CSS Codes

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

#7cddce Text Font Color

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

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


#7cddce Background Color

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

This div background color is #7cddce


#7cddce Border Color

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

This div border color is #7cddce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,221,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7cddce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7cddce;
  -webkit-box-shadow: 1px 1px 3px 2px #7cddce;
  box-shadow:         1px 1px 3px 2px #7cddce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,221,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cddce


Comments

No comments written yet.

Please login to write comment.