Color Hex Logo

#7cfdca Color Hex

#7CFDCA
(124,253,202)
0 Favorites   0 Comments

Color spaces of #7cfdca

RGB 124253202
HSL0.430.970.74
HSV156°51°99°
CMYK 0.510.000.20   0.01
XYZ54.098178.799968.2358
Yxy78.79990.26900.3918
Hunter Lab88.7693-46.564216.5631
CIE-Lab91.1437-47.459813.5790

#7cfdca color RGB value is (124,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 11001010
Octal 174 375 312
Decimal 124 253 202
Hex 7C FD CA

RGB Percentages of Color #7cfdca

%21.42
%43.70
%34.89

CMYK Percentages of Color #7cfdca

%51
%0
%20
%1

Triadic Colors of #7cfdca

#7cfdca #ca7cfd #fdca7c

Analogous Colors of #7cfdca

#7cfdca #7cf0fd #7cfd8a

Monochromatic Colors of #7cfdca

#7cfdca

Complementary Color

#7cfdca #fd7caf

#7cfdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfdca Color CSS Codes

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

#7cfdca Text Font Color

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

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


#7cfdca Background Color

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

This div background color is #7cfdca


#7cfdca Border Color

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

This div border color is #7cfdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfdca


Comments

No comments written yet.

Please login to write comment.