Color Hex Logo

#7cfddb Color Hex

#7CFDDB
(124,253,219)
0 Favorites   0 Comments

Color spaces of #7cfddb

RGB 124253219
HSL0.460.970.74
HSV164°51°99°
CMYK 0.510.000.13   0.01
XYZ56.223679.650179.4285
Yxy79.65010.26110.3699
Hunter Lab89.2469-43.73109.7056
CIE-Lab91.5276-43.75765.3526

#7cfddb color RGB value is (124,253,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 11011011
Octal 174 375 333
Decimal 124 253 219
Hex 7C FD DB

RGB Percentages of Color #7cfddb

%20.81
%42.45
%36.74

CMYK Percentages of Color #7cfddb

%51
%0
%13
%1

Triadic Colors of #7cfddb

#7cfddb #db7cfd #fddb7c

Analogous Colors of #7cfddb

#7cfddb #7cdffd #7cfd9b

Monochromatic Colors of #7cfddb

#7cfddb

Complementary Color

#7cfddb #fd7c9e

#7cfddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfddb Color CSS Codes

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

#7cfddb Text Font Color

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

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


#7cfddb Background Color

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

This div background color is #7cfddb


#7cfddb Border Color

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

This div border color is #7cfddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfddb


Comments

No comments written yet.

Please login to write comment.