Color Hex Logo

#7ccac4 Color Hex

#7CCAC4
(124,202,196)
0 Favorites   0 Comments

Color spaces of #7ccac4

RGB 124202196
HSL0.490.420.64
HSV175°39°79°
CMYK 0.390.000.03   0.21
XYZ39.396550.511759.8979
Yxy50.51170.26300.3372
Hunter Lab71.0716-25.4289-0.2185
CIE-Lab76.3823-25.3990-4.5956

#7ccac4 color RGB value is (124,202,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11000100
Octal 174 312 304
Decimal 124 202 196
Hex 7C CA C4

RGB Percentages of Color #7ccac4

%23.75
%38.70
%37.55

CMYK Percentages of Color #7ccac4

%39
%0
%3
%21

Triadic Colors of #7ccac4

#7ccac4 #c47cca #cac47c

Analogous Colors of #7ccac4

#7ccac4 #7ca9ca #7cca9d

Monochromatic Colors of #7ccac4

#7ccac4

Complementary Color

#7ccac4 #ca7c82

#7ccac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccac4 Color CSS Codes

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

#7ccac4 Text Font Color

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

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


#7ccac4 Background Color

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

This div background color is #7ccac4


#7ccac4 Border Color

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

This div border color is #7ccac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccac4


Comments

No comments written yet.

Please login to write comment.