Color Hex Logo

#7cdcbf Color Hex

#7CDCBF
(124,220,191)
0 Favorites   0 Comments

Color spaces of #7cdcbf

RGB 124220191
HSL0.450.580.67
HSV162°44°86°
CMYK 0.440.000.13   0.14
XYZ43.309359.233158.4407
Yxy59.23310.26900.3679
Hunter Lab76.9630-34.23838.8532
CIE-Lab81.4196-35.15695.4292

#7cdcbf color RGB value is (124,220,191).

#7cdcbf hex color red value is 124, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7cdcbf hue: 0.45 , saturation: 0.58 and the lightness value of 7cdcbf is 0.67.

The process color (four color CMYK) of #7cdcbf color hex is 0.44, 0.00, 0.13, 0.14. Web safe color of #7cdcbf is #66cccc. Color #7cdcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011100 10111111
Octal 174 334 277
Decimal 124 220 191
Hex 7C DC BF

RGB Percentages of Color #7cdcbf

%23.18
%41.12
%35.70

CMYK Percentages of Color #7cdcbf

%44
%0
%13
%14

Triadic Colors of #7cdcbf

#7cdcbf #bf7cdc #dcbf7c

Analogous Colors of #7cdcbf

#7cdcbf #7cc9dc #7cdc8f

Monochromatic Colors of #7cdcbf

#7cdcbf

Complementary Color

#7cdcbf #dc7c99

#7cdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdcbf Color CSS Codes

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

#7cdcbf Text Font Color

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

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


#7cdcbf Background Color

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

This div background color is #7cdcbf


#7cdcbf Border Color

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

This div border color is #7cdcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,220,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 #7cdcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdcbf


Comments

No comments written yet.

Please login to write comment.