Color Hex Logo

#4beafa Color Hex

#4BEAFA
(75,234,250)
0 Favorites   0 Comments

Color spaces of #4beafa

RGB 75234250
HSL0.520.950.64
HSV185°70°98°
CMYK 0.700.060.00   0.02
XYZ49.579867.2436100.8087
Yxy67.24360.22780.3090
Hunter Lab82.0022-35.5800-15.4861
CIE-Lab85.6268-35.5532-19.7101

#4beafa color RGB value is (75,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 11111010
Octal 113 352 372
Decimal 75 234 250
Hex 4B EA FA

RGB Percentages of Color #4beafa

%13.42
%41.86
%44.72

CMYK Percentages of Color #4beafa

%70
%6
%0
%2

Triadic Colors of #4beafa

#4beafa #fa4bea #eafa4b

Analogous Colors of #4beafa

#4beafa #4b93fa #4bfab3

Monochromatic Colors of #4beafa

#4beafa

Complementary Color

#4beafa #fa5b4b

#4beafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beafa Color CSS Codes

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

#4beafa Text Font Color

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

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


#4beafa Background Color

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

This div background color is #4beafa


#4beafa Border Color

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

This div border color is #4beafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beafa

Related Colors


Comments

No comments written yet.

Please login to write comment.