Color Hex Logo

#7cfdfb Color Hex

#7CFDFB
(124,253,251)
0 Favorites   0 Comments

Color spaces of #7cfdfb

RGB 124253251
HSL0.500.970.74
HSV179°51°99°
CMYK 0.510.000.01   0.01
XYZ60.850081.5007103.7909
Yxy81.50070.24720.3311
Hunter Lab90.2777-37.6715-4.9704
CIE-Lab92.3540-36.1093-10.0150

#7cfdfb color RGB value is (124,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 11111011
Octal 174 375 373
Decimal 124 253 251
Hex 7C FD FB

RGB Percentages of Color #7cfdfb

%19.75
%40.29
%39.97

CMYK Percentages of Color #7cfdfb

%51
%0
%1
%1

Triadic Colors of #7cfdfb

#7cfdfb #fb7cfd #fdfb7c

Analogous Colors of #7cfdfb

#7cfdfb #7cbffd #7cfdbb

Monochromatic Colors of #7cfdfb

#7cfdfb

Complementary Color

#7cfdfb #fd7c7e

#7cfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfdfb Color CSS Codes

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

#7cfdfb Text Font Color

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

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


#7cfdfb Background Color

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

This div background color is #7cfdfb


#7cfdfb Border Color

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

This div border color is #7cfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.