Color Hex Logo

#7cfded Color Hex

#7CFDED
(124,253,237)
0 Favorites   0 Comments

Color spaces of #7cfded

RGB 124253237
HSL0.480.970.74
HSV173°51°99°
CMYK 0.510.000.06   0.01
XYZ58.723580.650192.5927
Yxy80.65010.25320.3477
Hunter Lab89.8054-40.43881.7336
CIE-Lab91.9758-39.5583-3.3173

#7cfded color RGB value is (124,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 11101101
Octal 174 375 355
Decimal 124 253 237
Hex 7C FD ED

RGB Percentages of Color #7cfded

%20.20
%41.21
%38.60

CMYK Percentages of Color #7cfded

%51
%0
%6
%1

Triadic Colors of #7cfded

#7cfded #ed7cfd #fded7c

Analogous Colors of #7cfded

#7cfded #7ccdfd #7cfdad

Monochromatic Colors of #7cfded

#7cfded

Complementary Color

#7cfded #fd7c8c

#7cfded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfded Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfded Color CSS Codes

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

#7cfded Text Font Color

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

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


#7cfded Background Color

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

This div background color is #7cfded


#7cfded Border Color

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

This div border color is #7cfded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfded


Comments

No comments written yet.

Please login to write comment.