Color Hex Logo

#4cebfa Color Hex

#4CEBFA
(76,235,250)
0 Favorites   0 Comments

Color spaces of #4cebfa

RGB 76235250
HSL0.510.950.64
HSV185°70°98°
CMYK 0.700.060.00   0.02
XYZ49.944167.8553100.9075
Yxy67.85530.22840.3103
Hunter Lab82.3743-35.9293-14.9675
CIE-Lab85.9340-35.8940-19.2441

#4cebfa color RGB value is (76,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101011 11111010
Octal 114 353 372
Decimal 76 235 250
Hex 4C EB FA

RGB Percentages of Color #4cebfa

%13.55
%41.89
%44.56

CMYK Percentages of Color #4cebfa

%70
%6
%0
%2

Triadic Colors of #4cebfa

#4cebfa #fa4ceb #ebfa4c

Analogous Colors of #4cebfa

#4cebfa #4c94fa #4cfab2

Monochromatic Colors of #4cebfa

#4cebfa

Complementary Color

#4cebfa #fa5b4c

#4cebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cebfa Color CSS Codes

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

#4cebfa Text Font Color

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

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


#4cebfa Background Color

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

This div background color is #4cebfa


#4cebfa Border Color

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

This div border color is #4cebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cebfa


Comments

No comments written yet.

Please login to write comment.