Color Hex Logo

#7cedfa Color Hex

#7CEDFA
(124,237,250)
0 Favorites   0 Comments

Color spaces of #7cedfa

RGB 124237250
HSL0.520.930.73
HSV186°50°98°
CMYK 0.500.050.00   0.02
XYZ55.851771.7556101.3490
Yxy71.75560.24390.3134
Hunter Lab84.7087-30.5482-11.6410
CIE-Lab87.8508-28.8367-16.2233

#7cedfa color RGB value is (124,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11111010
Octal 174 355 372
Decimal 124 237 250
Hex 7C ED FA

RGB Percentages of Color #7cedfa

%20.29
%38.79
%40.92

CMYK Percentages of Color #7cedfa

%50
%5
%0
%2

Triadic Colors of #7cedfa

#7cedfa #fa7ced #edfa7c

Analogous Colors of #7cedfa

#7cedfa #7caefa #7cfac8

Monochromatic Colors of #7cedfa

#7cedfa

Complementary Color

#7cedfa #fa897c

#7cedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedfa Color CSS Codes

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

#7cedfa Text Font Color

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

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


#7cedfa Background Color

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

This div background color is #7cedfa


#7cedfa Border Color

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

This div border color is #7cedfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,237,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 #7cedfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.