Color Hex Logo

#7cedfb Color Hex

#7CEDFB
(124,237,251)
0 Favorites   0 Comments

Color spaces of #7cedfb

RGB 124237251
HSL0.520.940.74
HSV187°51°98°
CMYK 0.510.060.00   0.02
XYZ56.009071.8185102.1772
Yxy71.81850.24350.3122
Hunter Lab84.7458-30.3334-12.1633
CIE-Lab87.8812-28.5747-16.7015

#7cedfb color RGB value is (124,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11101101 11111011
Octal 174 355 373
Decimal 124 237 251
Hex 7C ED FB

RGB Percentages of Color #7cedfb

%20.26
%38.73
%41.01

CMYK Percentages of Color #7cedfb

%51
%6
%0
%2

Triadic Colors of #7cedfb

#7cedfb #fb7ced #edfb7c

Analogous Colors of #7cedfb

#7cedfb #7caefb #7cfbca

Monochromatic Colors of #7cedfb

#7cedfb

Complementary Color

#7cedfb #fb8a7c

#7cedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cedfb Color CSS Codes

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

#7cedfb Text Font Color

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

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


#7cedfb Background Color

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

This div background color is #7cedfb


#7cedfb Border Color

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

This div border color is #7cedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cedfb


Comments

No comments written yet.

Please login to write comment.