Color Hex Logo

#4cafec Color Hex

#4CAFEC
(76,175,236)
0 Favorites   0 Comments

Color spaces of #4cafec

RGB 76175236
HSL0.560.810.61
HSV203°68°93°
CMYK 0.680.260.00   0.07
XYZ33.450838.252684.9773
Yxy38.25260.21350.2441
Hunter Lab61.8487-11.6937-38.1677
CIE-Lab68.2064-9.9439-38.9550

#4cafec color RGB value is (76,175,236).

#4cafec hex color red value is 76, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #4cafec hue: 0.56 , saturation: 0.81 and the lightness value of 4cafec is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11101100
Octal 114 257 354
Decimal 76 175 236
Hex 4C AF EC

RGB Percentages of Color #4cafec

%15.61
%35.93
%48.46

CMYK Percentages of Color #4cafec

%68
%26
%0
%7

Triadic Colors of #4cafec

#4cafec #ec4caf #afec4c

Analogous Colors of #4cafec

#4cafec #4c5fec #4cecd9

Monochromatic Colors of #4cafec

#4cafec

Complementary Color

#4cafec #ec894c

#4cafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafec Color CSS Codes

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

#4cafec Text Font Color

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

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


#4cafec Background Color

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

This div background color is #4cafec


#4cafec Border Color

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

This div border color is #4cafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafec


Comments

No comments written yet.

Please login to write comment.