Color Hex Logo

#7cedfc Color Hex

#7CEDFC
(124,237,252)
0 Favorites   0 Comments

Color spaces of #7cedfc

RGB 124237252
HSL0.520.960.74
HSV187°51°99°
CMYK 0.510.060.00   0.01
XYZ56.167171.8817103.0097
Yxy71.88170.24310.3111
Hunter Lab84.7831-30.1177-12.6880
CIE-Lab87.9116-28.3119-17.1793

#7cedfc color RGB value is (124,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11111100
Octal 174 355 374
Decimal 124 237 252
Hex 7C ED FC

RGB Percentages of Color #7cedfc

%20.23
%38.66
%41.11

CMYK Percentages of Color #7cedfc

%51
%6
%0
%1

Triadic Colors of #7cedfc

#7cedfc #fc7ced #edfc7c

Analogous Colors of #7cedfc

#7cedfc #7cadfc #7cfccb

Monochromatic Colors of #7cedfc

#7cedfc

Complementary Color

#7cedfc #fc8b7c

#7cedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedfc Color CSS Codes

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

#7cedfc Text Font Color

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

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


#7cedfc Background Color

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

This div background color is #7cedfc


#7cedfc Border Color

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

This div border color is #7cedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedfc


Comments

No comments written yet.

Please login to write comment.