Color Hex Logo

#4cafe8 Color Hex

#4CAFE8
(76,175,232)
0 Favorites   0 Comments

Color spaces of #4cafe8

RGB 76175232
HSL0.560.770.60
HSV202°67°91°
CMYK 0.670.250.00   0.09
XYZ32.876038.022681.9503
Yxy38.02260.21510.2488
Hunter Lab61.6625-12.7401-35.6335
CIE-Lab68.0373-11.2487-37.0336

#4cafe8 color RGB value is (76,175,232).

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

The process color (four color CMYK) of #4cafe8 color hex is 0.67, 0.25, 0.00, 0.09. Web safe color of #4cafe8 is #3399ff. Color #4cafe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11101000
Octal 114 257 350
Decimal 76 175 232
Hex 4C AF E8

RGB Percentages of Color #4cafe8

%15.73
%36.23
%48.03

CMYK Percentages of Color #4cafe8

%67
%25
%0
%9

Triadic Colors of #4cafe8

#4cafe8 #e84caf #afe84c

Analogous Colors of #4cafe8

#4cafe8 #4c61e8 #4ce8d3

Monochromatic Colors of #4cafe8

#4cafe8

Complementary Color

#4cafe8 #e8854c

#4cafe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafe8 Color CSS Codes

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

#4cafe8 Text Font Color

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

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


#4cafe8 Background Color

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

This div background color is #4cafe8


#4cafe8 Border Color

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

This div border color is #4cafe8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,175,232, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafe8


Comments

No comments written yet.

Please login to write comment.