Color Hex Logo

#7ccbbf Color Hex

#7CCBBF
(124,203,191)
0 Favorites   0 Comments

Color spaces of #7ccbbf

RGB 124203191
HSL0.470.430.64
HSV171°39°80°
CMYK 0.390.000.06   0.20
XYZ39.072150.758557.0283
Yxy50.75850.26610.3456
Hunter Lab71.2450-26.78602.4126
CIE-Lab76.5325-27.0726-1.6767

#7ccbbf color RGB value is (124,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 10111111
Octal 174 313 277
Decimal 124 203 191
Hex 7C CB BF

RGB Percentages of Color #7ccbbf

%23.94
%39.19
%36.87

CMYK Percentages of Color #7ccbbf

%39
%0
%6
%20

Triadic Colors of #7ccbbf

#7ccbbf #bf7ccb #cbbf7c

Analogous Colors of #7ccbbf

#7ccbbf #7cb0cb #7ccb98

Monochromatic Colors of #7ccbbf

#7ccbbf

Complementary Color

#7ccbbf #cb7c88

#7ccbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbbf Color CSS Codes

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

#7ccbbf Text Font Color

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

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


#7ccbbf Background Color

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

This div background color is #7ccbbf


#7ccbbf Border Color

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

This div border color is #7ccbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbbf


Comments

No comments written yet.

Please login to write comment.