Color Hex Logo

#4cbcfa Color Hex

#4CBCFA
(76,188,250)
0 Favorites   0 Comments

Color spaces of #4cbcfa

RGB 76188250
HSL0.560.950.64
HSV201°70°98°
CMYK 0.700.250.00   0.02
XYZ38.219044.405196.9992
Yxy44.40510.21280.2472
Hunter Lab66.6372-14.2383-39.6584
CIE-Lab72.4984-12.4101-39.8583

#4cbcfa color RGB value is (76,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 11111010
Octal 114 274 372
Decimal 76 188 250
Hex 4C BC FA

RGB Percentages of Color #4cbcfa

%14.79
%36.58
%48.64

CMYK Percentages of Color #4cbcfa

%70
%25
%0
%2

Triadic Colors of #4cbcfa

#4cbcfa #fa4cbc #bcfa4c

Analogous Colors of #4cbcfa

#4cbcfa #4c65fa #4cfae1

Monochromatic Colors of #4cbcfa

#4cbcfa

Complementary Color

#4cbcfa #fa8a4c

#4cbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcfa Color CSS Codes

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

#4cbcfa Text Font Color

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

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


#4cbcfa Background Color

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

This div background color is #4cbcfa


#4cbcfa Border Color

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

This div border color is #4cbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcfa


Comments

No comments written yet.

Please login to write comment.