Color Hex Logo

#7dffca Color Hex

#7DFFCA
(125,255,202)
0 Favorites   0 Comments

Color spaces of #7dffca

RGB 125255202
HSL0.431.000.75
HSV156°51°100°
CMYK 0.510.000.21   0.00
XYZ54.878180.144268.4541
Yxy80.14420.26970.3939
Hunter Lab89.5233-47.244617.3301
CIE-Lab91.7495-48.089214.4412

#7dffca color RGB value is (125,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 11001010
Octal 175 377 312
Decimal 125 255 202
Hex 7D FF CA

RGB Percentages of Color #7dffca

%21.48
%43.81
%34.71

CMYK Percentages of Color #7dffca

%51
%0
%21
%0

Triadic Colors of #7dffca

#7dffca #ca7dff #ffca7d

Analogous Colors of #7dffca

#7dffca #7df3ff #7dff89

Monochromatic Colors of #7dffca

#7dffca

Complementary Color

#7dffca #ff7db2

#7dffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffca Color CSS Codes

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

#7dffca Text Font Color

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

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


#7dffca Background Color

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

This div background color is #7dffca


#7dffca Border Color

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

This div border color is #7dffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffca

Related Colors


Comments

No comments written yet.

Please login to write comment.