Color Hex Logo

#7cffd4 Color Hex

#7CFFD4
(124,255,212)
0 Favorites   0 Comments

Color spaces of #7cffd4

RGB 124255212
HSL0.451.000.74
HSV160°51°100°
CMYK 0.510.000.17   0.00
XYZ55.955880.558674.8875
Yxy80.55860.26470.3811
Hunter Lab89.7544-45.787613.3589
CIE-Lab91.9349-46.18059.5533

#7cffd4 color RGB value is (124,255,212).

#7cffd4 hex color red value is 124, green value is 255 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #7cffd4 hue: 0.45 , saturation: 1.00 and the lightness value of 7cffd4 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111111 11010100
Octal 174 377 324
Decimal 124 255 212
Hex 7C FF D4

RGB Percentages of Color #7cffd4

%20.98
%43.15
%35.87

CMYK Percentages of Color #7cffd4

%51
%0
%17
%0

Triadic Colors of #7cffd4

#7cffd4 #d47cff #ffd47c

Analogous Colors of #7cffd4

#7cffd4 #7ce9ff #7cff93

Monochromatic Colors of #7cffd4

#7cffd4

Complementary Color

#7cffd4 #ff7ca7

#7cffd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cffd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cffd4 Color CSS Codes

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

#7cffd4 Text Font Color

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

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


#7cffd4 Background Color

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

This div background color is #7cffd4


#7cffd4 Border Color

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

This div border color is #7cffd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cffd4

Related Colors


Comments

No comments written yet.

Please login to write comment.