Color Hex Logo

#7ffdca Color Hex

#7FFDCA
(127,253,202)
0 Favorites   0 Comments

Color spaces of #7ffdca

RGB 127253202
HSL0.430.970.75
HSV156°50°99°
CMYK 0.500.000.20   0.01
XYZ54.538379.026968.2564
Yxy79.02690.27020.3916
Hunter Lab88.8971-46.060216.7043
CIE-Lab91.2465-46.782013.7390

#7ffdca color RGB value is (127,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111101 11001010
Octal 177 375 312
Decimal 127 253 202
Hex 7F FD CA

RGB Percentages of Color #7ffdca

%21.82
%43.47
%34.71

CMYK Percentages of Color #7ffdca

%50
%0
%20
%1

Triadic Colors of #7ffdca

#7ffdca #ca7ffd #fdca7f

Analogous Colors of #7ffdca

#7ffdca #7ff1fd #7ffd8b

Monochromatic Colors of #7ffdca

#7ffdca

Complementary Color

#7ffdca #fd7fb2

#7ffdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffdca Color CSS Codes

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

#7ffdca Text Font Color

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

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


#7ffdca Background Color

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

This div background color is #7ffdca


#7ffdca Border Color

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

This div border color is #7ffdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffdca


Comments

No comments written yet.

Please login to write comment.