Color Hex Logo

#7ccccb Color Hex

#7CCCCB
(124,204,203)
0 Favorites   0 Comments

Color spaces of #7ccccb

RGB 124204203
HSL0.500.440.64
HSV179°39°80°
CMYK 0.390.000.00   0.20
XYZ40.684551.782664.3507
Yxy51.78260.25940.3302
Hunter Lab71.9601-25.0107-2.6483
CIE-Lab77.1507-24.6918-7.2350

#7ccccb color RGB value is (124,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 11001011
Octal 174 314 313
Decimal 124 204 203
Hex 7C CC CB

RGB Percentages of Color #7ccccb

%23.35
%38.42
%38.23

CMYK Percentages of Color #7ccccb

%39
%0
%0
%20

Triadic Colors of #7ccccb

#7ccccb #cb7ccc #cccb7c

Analogous Colors of #7ccccb

#7ccccb #7ca5cc #7ccca3

Monochromatic Colors of #7ccccb

#7ccccb

Complementary Color

#7ccccb #cc7c7d

#7ccccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccccb Color CSS Codes

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

#7ccccb Text Font Color

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

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


#7ccccb Background Color

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

This div background color is #7ccccb


#7ccccb Border Color

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

This div border color is #7ccccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccccb


Comments

No comments written yet.

Please login to write comment.