Color Hex Logo

#4cedfa Color Hex

#4CEDFA
(76,237,250)
0 Favorites   0 Comments

Color spaces of #4cedfa

RGB 76237250
HSL0.510.950.64
HSV184°70°98°
CMYK 0.700.050.00   0.02
XYZ50.520069.0070101.0995
Yxy69.00700.22900.3128
Hunter Lab83.0705-36.8170-14.0086
CIE-Lab86.5075-36.8210-18.3789

#4cedfa color RGB value is (76,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 11111010
Octal 114 355 372
Decimal 76 237 250
Hex 4C ED FA

RGB Percentages of Color #4cedfa

%13.50
%42.10
%44.40

CMYK Percentages of Color #4cedfa

%70
%5
%0
%2

Triadic Colors of #4cedfa

#4cedfa #fa4ced #edfa4c

Analogous Colors of #4cedfa

#4cedfa #4c96fa #4cfab0

Monochromatic Colors of #4cedfa

#4cedfa

Complementary Color

#4cedfa #fa594c

#4cedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedfa Color CSS Codes

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

#4cedfa Text Font Color

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

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


#4cedfa Background Color

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

This div background color is #4cedfa


#4cedfa Border Color

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

This div border color is #4cedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedfa


Comments

No comments written yet.

Please login to write comment.