Color Hex Logo

#7cdefc Color Hex

#7CDEFC
(124,222,252)
0 Favorites   0 Comments

Color spaces of #7cdefc

RGB 124222252
HSL0.540.960.74
HSV194°51°99°
CMYK 0.510.120.00   0.01
XYZ52.004163.5559101.6221
Yxy63.55590.23940.2926
Hunter Lab79.7220-23.0746-19.7720
CIE-Lab83.7340-20.9384-23.4965

#7cdefc color RGB value is (124,222,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011110 11111100
Octal 174 336 374
Decimal 124 222 252
Hex 7C DE FC

RGB Percentages of Color #7cdefc

%20.74
%37.12
%42.14

CMYK Percentages of Color #7cdefc

%51
%12
%0
%1

Triadic Colors of #7cdefc

#7cdefc #fc7cde #defc7c

Analogous Colors of #7cdefc

#7cdefc #7c9efc #7cfcda

Monochromatic Colors of #7cdefc

#7cdefc

Complementary Color

#7cdefc #fc9a7c

#7cdefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdefc Color CSS Codes

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

#7cdefc Text Font Color

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

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


#7cdefc Background Color

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

This div background color is #7cdefc


#7cdefc Border Color

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

This div border color is #7cdefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdefc


Comments

No comments written yet.

Please login to write comment.