Color Hex Logo

#7cc3fc Color Hex

#7CC3FC
(124,195,252)
0 Favorites   0 Comments

Color spaces of #7cc3fc

RGB 124195252
HSL0.570.960.74
HSV207°51°99°
CMYK 0.510.230.00   0.01
XYZ45.398050.343699.4200
Yxy50.34360.23260.2580
Hunter Lab70.9532-9.9585-33.4102
CIE-Lab76.2797-6.9138-34.9267

#7cc3fc color RGB value is (124,195,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11000011 11111100
Octal 174 303 374
Decimal 124 195 252
Hex 7C C3 FC

RGB Percentages of Color #7cc3fc

%21.72
%34.15
%44.13

CMYK Percentages of Color #7cc3fc

%51
%23
%0
%1

Triadic Colors of #7cc3fc

#7cc3fc #fc7cc3 #c3fc7c

Analogous Colors of #7cc3fc

#7cc3fc #7c83fc #7cfcf5

Monochromatic Colors of #7cc3fc

#7cc3fc

Complementary Color

#7cc3fc #fcb57c

#7cc3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cc3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cc3fc Color CSS Codes

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

#7cc3fc Text Font Color

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

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


#7cc3fc Background Color

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

This div background color is #7cc3fc


#7cc3fc Border Color

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

This div border color is #7cc3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cc3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.