Color Hex Logo

#7cdefe Color Hex

#7CDEFE
(124,222,254)
0 Favorites   0 Comments

Color spaces of #7cdefe

RGB 124222254
HSL0.540.980.74
HSV195°51°100°
CMYK 0.510.130.00   0.00
XYZ52.322863.6834103.3003
Yxy63.68340.23860.2904
Hunter Lab79.8019-22.6182-20.8872
CIE-Lab83.8007-20.3920-24.4516

#7cdefe color RGB value is (124,222,254).

#7cdefe hex color red value is 124, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #7cdefe hue: 0.54 , saturation: 0.98 and the lightness value of 7cdefe is 0.74.

The process color (four color CMYK) of #7cdefe color hex is 0.51, 0.13, 0.00, 0.00. Web safe color of #7cdefe is #66ccff. Color #7cdefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11111110
Octal 174 336 376
Decimal 124 222 254
Hex 7C DE FE

RGB Percentages of Color #7cdefe

%20.67
%37.00
%42.33

CMYK Percentages of Color #7cdefe

%51
%13
%0
%0

Triadic Colors of #7cdefe

#7cdefe #fe7cde #defe7c

Analogous Colors of #7cdefe

#7cdefe #7c9dfe #7cfedd

Monochromatic Colors of #7cdefe

#7cdefe

Complementary Color

#7cdefe #fe9c7c

#7cdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdefe Color CSS Codes

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

#7cdefe Text Font Color

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

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


#7cdefe Background Color

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

This div background color is #7cdefe


#7cdefe Border Color

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

This div border color is #7cdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdefe


Comments

No comments written yet.

Please login to write comment.