Color Hex Logo

#4caffa Color Hex

#4CAFFA
(76,175,250)
0 Favorites   0 Comments

Color spaces of #4caffa

RGB 76175250
HSL0.570.950.64
HSV206°70°98°
CMYK 0.700.300.00   0.02
XYZ35.565839.098696.1147
Yxy39.09860.20830.2289
Hunter Lab62.5289-7.8965-47.3659
CIE-Lab68.8226-5.3116-45.6091

#4caffa color RGB value is (76,175,250).

#4caffa hex color red value is 76, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4caffa hue: 0.57 , saturation: 0.95 and the lightness value of 4caffa is 0.64.

The process color (four color CMYK) of #4caffa color hex is 0.70, 0.30, 0.00, 0.02. Web safe color of #4caffa is #3399ff. Color #4caffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11111010
Octal 114 257 372
Decimal 76 175 250
Hex 4C AF FA

RGB Percentages of Color #4caffa

%15.17
%34.93
%49.90

CMYK Percentages of Color #4caffa

%70
%30
%0
%2

Triadic Colors of #4caffa

#4caffa #fa4caf #affa4c

Analogous Colors of #4caffa

#4caffa #4c58fa #4cfaee

Monochromatic Colors of #4caffa

#4caffa

Complementary Color

#4caffa #fa974c

#4caffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caffa Color CSS Codes

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

#4caffa Text Font Color

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

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


#4caffa Background Color

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

This div background color is #4caffa


#4caffa Border Color

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

This div border color is #4caffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caffa


Comments

No comments written yet.

Please login to write comment.