Color Hex Logo

#7ccabb Color Hex

#7CCABB
(124,202,187)
0 Favorites   0 Comments

Color spaces of #7ccabb

RGB 124202187
HSL0.470.420.64
HSV168°39°79°
CMYK 0.390.000.07   0.21
XYZ38.402450.114054.6627
Yxy50.11400.26820.3500
Hunter Lab70.7912-27.05313.7721
CIE-Lab76.1392-27.5136-0.0941

#7ccabb color RGB value is (124,202,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10111011
Octal 174 312 273
Decimal 124 202 187
Hex 7C CA BB

RGB Percentages of Color #7ccabb

%24.17
%39.38
%36.45

CMYK Percentages of Color #7ccabb

%39
%0
%7
%21

Triadic Colors of #7ccabb

#7ccabb #bb7cca #cabb7c

Analogous Colors of #7ccabb

#7ccabb #7cb2ca #7cca94

Monochromatic Colors of #7ccabb

#7ccabb

Complementary Color

#7ccabb #ca7c8b

#7ccabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccabb Color CSS Codes

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

#7ccabb Text Font Color

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

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


#7ccabb Background Color

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

This div background color is #7ccabb


#7ccabb Border Color

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

This div border color is #7ccabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccabb


Comments

No comments written yet.

Please login to write comment.