Color Hex Logo

#4cc3fa Color Hex

#4CC3FA
(76,195,250)
0 Favorites   0 Comments

Color spaces of #4cc3fa

RGB 76195250
HSL0.550.950.64
HSV199°70°98°
CMYK 0.700.220.00   0.02
XYZ39.750947.468897.5098
Yxy47.46880.21520.2570
Hunter Lab68.8976-17.5841-35.6840
CIE-Lab74.4886-16.1223-36.7640

#4cc3fa color RGB value is (76,195,250).

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

The process color (four color CMYK) of #4cc3fa color hex is 0.70, 0.22, 0.00, 0.02. Web safe color of #4cc3fa is #33ccff. Color #4cc3fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11000011 11111010
Octal 114 303 372
Decimal 76 195 250
Hex 4C C3 FA

RGB Percentages of Color #4cc3fa

%14.59
%37.43
%47.98

CMYK Percentages of Color #4cc3fa

%70
%22
%0
%2

Triadic Colors of #4cc3fa

#4cc3fa #fa4cc3 #c3fa4c

Analogous Colors of #4cc3fa

#4cc3fa #4c6cfa #4cfada

Monochromatic Colors of #4cc3fa

#4cc3fa

Complementary Color

#4cc3fa #fa834c

#4cc3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cc3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cc3fa Color CSS Codes

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

#4cc3fa Text Font Color

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

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


#4cc3fa Background Color

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

This div background color is #4cc3fa


#4cc3fa Border Color

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

This div border color is #4cc3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cc3fa


Comments

No comments written yet.

Please login to write comment.