Color Hex Logo

#7cfbdd Color Hex

#7CFBDD
(124,251,221)
0 Favorites   0 Comments

Color spaces of #7cfbdd

RGB 124251221
HSL0.460.940.74
HSV166°51°98°
CMYK 0.510.000.12   0.02
XYZ55.860578.499980.6145
Yxy78.49990.25980.3652
Hunter Lab88.6002-42.50998.0740
CIE-Lab91.0075-42.42123.5642

#7cfbdd color RGB value is (124,251,221).

#7cfbdd hex color red value is 124, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7cfbdd hue: 0.46 , saturation: 0.94 and the lightness value of 7cfbdd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111011 11011101
Octal 174 373 335
Decimal 124 251 221
Hex 7C FB DD

RGB Percentages of Color #7cfbdd

%20.81
%42.11
%37.08

CMYK Percentages of Color #7cfbdd

%51
%0
%12
%2

Triadic Colors of #7cfbdd

#7cfbdd #dd7cfb #fbdd7c

Analogous Colors of #7cfbdd

#7cfbdd #7cdafb #7cfb9e

Monochromatic Colors of #7cfbdd

#7cfbdd

Complementary Color

#7cfbdd #fb7c9a

#7cfbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfbdd Color CSS Codes

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

#7cfbdd Text Font Color

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

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


#7cfbdd Background Color

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

This div background color is #7cfbdd


#7cfbdd Border Color

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

This div border color is #7cfbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfbdd


Comments

No comments written yet.

Please login to write comment.