Color Hex Logo

#7dffcf Color Hex

#7DFFCF
(125,255,207)
0 Favorites   0 Comments

Color spaces of #7dffcf

RGB 125255207
HSL0.441.000.75
HSV158°51°100°
CMYK 0.510.000.19   0.00
XYZ55.479980.385071.6232
Yxy80.38500.26740.3874
Hunter Lab89.6577-46.445715.3965
CIE-Lab91.8573-47.037512.0229

#7dffcf color RGB value is (125,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 11001111
Octal 175 377 317
Decimal 125 255 207
Hex 7D FF CF

RGB Percentages of Color #7dffcf

%21.29
%43.44
%35.26

CMYK Percentages of Color #7dffcf

%51
%0
%19
%0

Triadic Colors of #7dffcf

#7dffcf #cf7dff #ffcf7d

Analogous Colors of #7dffcf

#7dffcf #7deeff #7dff8e

Monochromatic Colors of #7dffcf

#7dffcf

Complementary Color

#7dffcf #ff7dad

#7dffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dffcf Color CSS Codes

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

#7dffcf Text Font Color

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

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


#7dffcf Background Color

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

This div background color is #7dffcf


#7dffcf Border Color

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

This div border color is #7dffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.