Color Hex Logo

#7cf9dc Color Hex

#7CF9DC
(124,249,220)
0 Favorites   0 Comments

Color spaces of #7cf9dc

RGB 124249220
HSL0.460.910.73
HSV166°50°98°
CMYK 0.500.000.12   0.02
XYZ55.106177.203879.7076
Yxy77.20380.25990.3641
Hunter Lab87.8657-41.81647.7209
CIE-Lab90.4153-41.76263.2242

#7cf9dc color RGB value is (124,249,220).

#7cf9dc hex color red value is 124, green value is 249 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7cf9dc hue: 0.46 , saturation: 0.91 and the lightness value of 7cf9dc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111001 11011100
Octal 174 371 334
Decimal 124 249 220
Hex 7C F9 DC

RGB Percentages of Color #7cf9dc

%20.91
%41.99
%37.10

CMYK Percentages of Color #7cf9dc

%50
%0
%12
%2

Triadic Colors of #7cf9dc

#7cf9dc #dc7cf9 #f9dc7c

Analogous Colors of #7cf9dc

#7cf9dc #7cd8f9 #7cf99e

Monochromatic Colors of #7cf9dc

#7cf9dc

Complementary Color

#7cf9dc #f97c99

#7cf9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cf9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cf9dc Color CSS Codes

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

#7cf9dc Text Font Color

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

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


#7cf9dc Background Color

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

This div background color is #7cf9dc


#7cf9dc Border Color

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

This div border color is #7cf9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cf9dc


Comments

No comments written yet.

Please login to write comment.