Color Hex Logo

#7cdedd Color Hex

#7CDEDD
(124,222,221)
0 Favorites   0 Comments

Color spaces of #7cdedd

RGB 124222221
HSL0.500.600.68
HSV179°44°87°
CMYK 0.440.000.00   0.13
XYZ47.484661.748177.8225
Yxy61.74810.25390.3301
Hunter Lab78.5800-29.6503-3.7125
CIE-Lab82.7793-29.0308-8.5091

#7cdedd color RGB value is (124,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11011101
Octal 174 336 335
Decimal 124 222 221
Hex 7C DE DD

RGB Percentages of Color #7cdedd

%21.87
%39.15
%38.98

CMYK Percentages of Color #7cdedd

%44
%0
%0
%13

Triadic Colors of #7cdedd

#7cdedd #dd7cde #dedd7c

Analogous Colors of #7cdedd

#7cdedd #7caede #7cdeac

Monochromatic Colors of #7cdedd

#7cdedd

Complementary Color

#7cdedd #de7c7d

#7cdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdedd Color CSS Codes

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

#7cdedd Text Font Color

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

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


#7cdedd Background Color

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

This div background color is #7cdedd


#7cdedd Border Color

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

This div border color is #7cdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdedd


Comments

No comments written yet.

Please login to write comment.