Color Hex Logo

#7ccabd Color Hex

#7CCABD
(124,202,189)
0 Favorites   0 Comments

Color spaces of #7ccabd

RGB 124202189
HSL0.470.420.64
HSV170°39°79°
CMYK 0.390.000.06   0.21
XYZ38.618050.200355.7983
Yxy50.20030.26700.3471
Hunter Lab70.8522-26.69982.9038
CIE-Lab76.1920-27.0510-1.0962

#7ccabd color RGB value is (124,202,189).

#7ccabd hex color red value is 124, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7ccabd hue: 0.47 , saturation: 0.42 and the lightness value of 7ccabd is 0.64.

The process color (four color CMYK) of #7ccabd color hex is 0.39, 0.00, 0.06, 0.21. Web safe color of #7ccabd is #66cccc. Color #7ccabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10111101
Octal 174 312 275
Decimal 124 202 189
Hex 7C CA BD

RGB Percentages of Color #7ccabd

%24.08
%39.22
%36.70

CMYK Percentages of Color #7ccabd

%39
%0
%6
%21

Triadic Colors of #7ccabd

#7ccabd #bd7cca #cabd7c

Analogous Colors of #7ccabd

#7ccabd #7cb0ca #7cca96

Monochromatic Colors of #7ccabd

#7ccabd

Complementary Color

#7ccabd #ca7c89

#7ccabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccabd Color CSS Codes

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

#7ccabd Text Font Color

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

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


#7ccabd Background Color

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

This div background color is #7ccabd


#7ccabd Border Color

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

This div border color is #7ccabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccabd


Comments

No comments written yet.

Please login to write comment.