Color Hex Logo

#7cd8fa Color Hex

#7CD8FA
(124,216,250)
0 Favorites   0 Comments

Color spaces of #7cd8fa

RGB 124216250
HSL0.540.930.73
HSV196°50°98°
CMYK 0.500.140.00   0.02
XYZ50.123460.298999.4396
Yxy60.29890.23880.2873
Hunter Lab77.6524-20.6727-21.5686
CIE-Lab82.0004-18.4564-25.0761

#7cd8fa color RGB value is (124,216,250).

#7cd8fa hex color red value is 124, green value is 216 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7cd8fa hue: 0.54 , saturation: 0.93 and the lightness value of 7cd8fa is 0.73.

The process color (four color CMYK) of #7cd8fa color hex is 0.50, 0.14, 0.00, 0.02. Web safe color of #7cd8fa is #66ccff. Color #7cd8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011000 11111010
Octal 174 330 372
Decimal 124 216 250
Hex 7C D8 FA

RGB Percentages of Color #7cd8fa

%21.02
%36.61
%42.37

CMYK Percentages of Color #7cd8fa

%50
%14
%0
%2

Triadic Colors of #7cd8fa

#7cd8fa #fa7cd8 #d8fa7c

Analogous Colors of #7cd8fa

#7cd8fa #7c99fa #7cfadd

Monochromatic Colors of #7cd8fa

#7cd8fa

Complementary Color

#7cd8fa #fa9e7c

#7cd8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd8fa Color CSS Codes

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

#7cd8fa Text Font Color

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

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


#7cd8fa Background Color

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

This div background color is #7cd8fa


#7cd8fa Border Color

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

This div border color is #7cd8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd8fa


Comments

No comments written yet.

Please login to write comment.