Color Hex Logo

#7cafec Color Hex

#7CAFEC
(124,175,236)
0 Favorites   0 Comments

Color spaces of #7cafec

RGB 124175236
HSL0.590.750.71
HSV213°47°93°
CMYK 0.470.260.00   0.07
XYZ38.782541.001285.2268
Yxy41.00120.23500.2485
Hunter Lab64.0322-3.9439-34.0924
CIE-Lab70.1768-0.5980-35.7378

#7cafec color RGB value is (124,175,236).

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

The process color (four color CMYK) of #7cafec color hex is 0.47, 0.26, 0.00, 0.07. Web safe color of #7cafec is #6699ff. Color #7cafec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10101111 11101100
Octal 174 257 354
Decimal 124 175 236
Hex 7C AF EC

RGB Percentages of Color #7cafec

%23.18
%32.71
%44.11

CMYK Percentages of Color #7cafec

%47
%26
%0
%7

Triadic Colors of #7cafec

#7cafec #ec7caf #afec7c

Analogous Colors of #7cafec

#7cafec #817cec #7ce7ec

Monochromatic Colors of #7cafec

#7cafec

Complementary Color

#7cafec #ecb97c

#7cafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cafec Color CSS Codes

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

#7cafec Text Font Color

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

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


#7cafec Background Color

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

This div background color is #7cafec


#7cafec Border Color

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

This div border color is #7cafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cafec


Comments

No comments written yet.

Please login to write comment.