Color Hex Logo

#7cb3ec Color Hex

#7CB3EC
(124,179,236)
0 Favorites   0 Comments

Color spaces of #7cb3ec

RGB 124179236
HSL0.580.750.71
HSV211°47°93°
CMYK 0.470.240.00   0.07
XYZ39.572642.581485.4902
Yxy42.58140.23610.2540
Hunter Lab65.2544-5.9465-31.9981
CIE-Lab71.2699-2.8084-34.0427

#7cb3ec color RGB value is (124,179,236).

#7cb3ec hex color red value is 124, green value is 179 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #7cb3ec hue: 0.58 , saturation: 0.75 and the lightness value of 7cb3ec is 0.71.

The process color (four color CMYK) of #7cb3ec color hex is 0.47, 0.24, 0.00, 0.07. Web safe color of #7cb3ec is #66ccff. Color #7cb3ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10110011 11101100
Octal 174 263 354
Decimal 124 179 236
Hex 7C B3 EC

RGB Percentages of Color #7cb3ec

%23.01
%33.21
%43.78

CMYK Percentages of Color #7cb3ec

%47
%24
%0
%7

Triadic Colors of #7cb3ec

#7cb3ec #ec7cb3 #b3ec7c

Analogous Colors of #7cb3ec

#7cb3ec #7d7cec #7cebec

Monochromatic Colors of #7cb3ec

#7cb3ec

Complementary Color

#7cb3ec #ecb57c

#7cb3ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cb3ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cb3ec Color CSS Codes

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

#7cb3ec Text Font Color

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

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


#7cb3ec Background Color

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

This div background color is #7cb3ec


#7cb3ec Border Color

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

This div border color is #7cb3ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cb3ec


Comments

No comments written yet.

Please login to write comment.