Color Hex Logo

#7cfddf Color Hex

#7CFDDF
(124,253,223)
0 Favorites   0 Comments

Color spaces of #7cfddf

RGB 124253223
HSL0.460.970.74
HSV166°51°99°
CMYK 0.510.000.12   0.01
XYZ56.756779.863482.2358
Yxy79.86340.25930.3649
Hunter Lab89.3663-43.02547.9972
CIE-Lab91.6235-42.84853.4213

#7cfddf color RGB value is (124,253,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 11011111
Octal 174 375 337
Decimal 124 253 223
Hex 7C FD DF

RGB Percentages of Color #7cfddf

%20.67
%42.17
%37.17

CMYK Percentages of Color #7cfddf

%51
%0
%12
%1

Triadic Colors of #7cfddf

#7cfddf #df7cfd #fddf7c

Analogous Colors of #7cfddf

#7cfddf #7cdbfd #7cfd9f

Monochromatic Colors of #7cfddf

#7cfddf

Complementary Color

#7cfddf #fd7c9a

#7cfddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfddf Color CSS Codes

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

#7cfddf Text Font Color

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

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


#7cfddf Background Color

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

This div background color is #7cfddf


#7cfddf Border Color

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

This div border color is #7cfddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfddf

Related Colors


Comments

No comments written yet.

Please login to write comment.