Color Hex Logo

#7cdeaf Color Hex

#7CDEAF
(124,222,175)
0 Favorites   0 Comments

Color spaces of #7cdeaf

RGB 124222175
HSL0.420.600.68
HSV151°44°87°
CMYK 0.440.000.21   0.13
XYZ42.171359.622849.8431
Yxy59.62280.27810.3932
Hunter Lab77.2158-37.640115.7791
CIE-Lab81.6327-39.475714.1936

#7cdeaf color RGB value is (124,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 10101111
Octal 174 336 257
Decimal 124 222 175
Hex 7C DE AF

RGB Percentages of Color #7cdeaf

%23.80
%42.61
%33.59

CMYK Percentages of Color #7cdeaf

%44
%0
%21
%13

Triadic Colors of #7cdeaf

#7cdeaf #af7cde #deaf7c

Analogous Colors of #7cdeaf

#7cdeaf #7cdcde #7cde7e

Monochromatic Colors of #7cdeaf

#7cdeaf

Complementary Color

#7cdeaf #de7cab

#7cdeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdeaf Color CSS Codes

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

#7cdeaf Text Font Color

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

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


#7cdeaf Background Color

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

This div background color is #7cdeaf


#7cdeaf Border Color

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

This div border color is #7cdeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdeaf


Comments

No comments written yet.

Please login to write comment.