Color Hex Logo

#7ccecc Color Hex

#7CCECC
(124,206,204)
0 Favorites   0 Comments

Color spaces of #7ccecc

RGB 124206204
HSL0.500.460.65
HSV179°40°81°
CMYK 0.400.000.01   0.19
XYZ41.282652.787365.1399
Yxy52.78730.25930.3316
Hunter Lab72.6549-25.7221-2.2990
CIE-Lab77.7493-25.4344-6.8863

#7ccecc color RGB value is (124,206,204).

#7ccecc hex color red value is 124, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7ccecc hue: 0.50 , saturation: 0.46 and the lightness value of 7ccecc is 0.65.

The process color (four color CMYK) of #7ccecc color hex is 0.40, 0.00, 0.01, 0.19. Web safe color of #7ccecc is #66cccc. Color #7ccecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001110 11001100
Octal 174 316 314
Decimal 124 206 204
Hex 7C CE CC

RGB Percentages of Color #7ccecc

%23.22
%38.58
%38.20

CMYK Percentages of Color #7ccecc

%40
%0
%1
%19

Triadic Colors of #7ccecc

#7ccecc #cc7cce #cecc7c

Analogous Colors of #7ccecc

#7ccecc #7ca7ce #7ccea3

Monochromatic Colors of #7ccecc

#7ccecc

Complementary Color

#7ccecc #ce7c7e

#7ccecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccecc Color CSS Codes

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

#7ccecc Text Font Color

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

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


#7ccecc Background Color

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

This div background color is #7ccecc


#7ccecc Border Color

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

This div border color is #7ccecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccecc


Comments

No comments written yet.

Please login to write comment.