Color Hex Logo

#4cafd4 Color Hex

#4CAFD4
(76,175,212)
0 Favorites   0 Comments

Color spaces of #4cafd4

RGB 76175212
HSL0.550.610.56
HSV196°64°83°
CMYK 0.640.170.00   0.17
XYZ30.194136.949967.8280
Yxy36.94990.22370.2738
Hunter Lab60.7864-17.7110-23.6077
CIE-Lab67.2394-17.6256-27.2936

#4cafd4 color RGB value is (76,175,212).

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

The process color (four color CMYK) of #4cafd4 color hex is 0.64, 0.17, 0.00, 0.17. Web safe color of #4cafd4 is #3399cc. Color #4cafd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11010100
Octal 114 257 324
Decimal 76 175 212
Hex 4C AF D4

RGB Percentages of Color #4cafd4

%16.41
%37.80
%45.79

CMYK Percentages of Color #4cafd4

%64
%17
%0
%17

Triadic Colors of #4cafd4

#4cafd4 #d44caf #afd44c

Analogous Colors of #4cafd4

#4cafd4 #4c6bd4 #4cd4b5

Monochromatic Colors of #4cafd4

#4cafd4

Complementary Color

#4cafd4 #d4714c

#4cafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafd4 Color CSS Codes

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

#4cafd4 Text Font Color

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

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


#4cafd4 Background Color

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

This div background color is #4cafd4


#4cafd4 Border Color

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

This div border color is #4cafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafd4


Comments

No comments written yet.

Please login to write comment.