Color Hex Logo

#7ccbc9 Color Hex

#7CCBC9
(124,203,201)
0 Favorites   0 Comments

Color spaces of #7ccbc9

RGB 124203201
HSL0.500.430.64
HSV178°39°80°
CMYK 0.390.000.01   0.20
XYZ40.210751.214063.0243
Yxy51.21400.26030.3316
Hunter Lab71.5640-24.9405-2.1202
CIE-Lab76.8085-24.6853-6.6638

#7ccbc9 color RGB value is (124,203,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 11001001
Octal 174 313 311
Decimal 124 203 201
Hex 7C CB C9

RGB Percentages of Color #7ccbc9

%23.48
%38.45
%38.07

CMYK Percentages of Color #7ccbc9

%39
%0
%1
%20

Triadic Colors of #7ccbc9

#7ccbc9 #c97ccb #cbc97c

Analogous Colors of #7ccbc9

#7ccbc9 #7ca6cb #7ccba2

Monochromatic Colors of #7ccbc9

#7ccbc9

Complementary Color

#7ccbc9 #cb7c7e

#7ccbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbc9 Color CSS Codes

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

#7ccbc9 Text Font Color

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

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


#7ccbc9 Background Color

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

This div background color is #7ccbc9


#7ccbc9 Border Color

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

This div border color is #7ccbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbc9


Comments

No comments written yet.

Please login to write comment.