Color Hex Logo

#7cfdba Color Hex

#7CFDBA
(124,253,186)
0 Favorites   0 Comments

Color spaces of #7cfdba

RGB 124253186
HSL0.410.970.74
HSV149°51°99°
CMYK 0.510.000.26   0.01
XYZ52.300478.080858.7690
Yxy78.08080.27650.4128
Hunter Lab88.3633-48.985522.4215
CIE-Lab90.8168-50.692321.3275

#7cfdba color RGB value is (124,253,186).

#7cfdba hex color red value is 124, green value is 253 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7cfdba hue: 0.41 , saturation: 0.97 and the lightness value of 7cfdba is 0.74.

The process color (four color CMYK) of #7cfdba color hex is 0.51, 0.00, 0.26, 0.01. Web safe color of #7cfdba is #66ffcc. Color #7cfdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 10111010
Octal 174 375 272
Decimal 124 253 186
Hex 7C FD BA

RGB Percentages of Color #7cfdba

%22.02
%44.94
%33.04

CMYK Percentages of Color #7cfdba

%51
%0
%26
%1

Triadic Colors of #7cfdba

#7cfdba #ba7cfd #fdba7c

Analogous Colors of #7cfdba

#7cfdba #7cfdfb #7ffd7c

Monochromatic Colors of #7cfdba

#7cfdba

Complementary Color

#7cfdba #fd7cbf

#7cfdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfdba Color CSS Codes

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

#7cfdba Text Font Color

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

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


#7cfdba Background Color

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

This div background color is #7cfdba


#7cfdba Border Color

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

This div border color is #7cfdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfdba


Comments

No comments written yet.

Please login to write comment.