Color Hex Logo

#4beefa Color Hex

#4BEEFA
(75,238,250)
0 Favorites   0 Comments

Color spaces of #4beefa

RGB 75238250
HSL0.510.950.64
HSV184°70°98°
CMYK 0.700.050.00   0.02
XYZ50.731569.5471101.1926
Yxy69.54710.22910.3140
Hunter Lab83.3949-37.3544-13.5669
CIE-Lab86.7743-37.4063-17.9789

#4beefa color RGB value is (75,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11111010
Octal 113 356 372
Decimal 75 238 250
Hex 4B EE FA

RGB Percentages of Color #4beefa

%13.32
%42.27
%44.40

CMYK Percentages of Color #4beefa

%70
%5
%0
%2

Triadic Colors of #4beefa

#4beefa #fa4bee #eefa4b

Analogous Colors of #4beefa

#4beefa #4b97fa #4bfaaf

Monochromatic Colors of #4beefa

#4beefa

Complementary Color

#4beefa #fa574b

#4beefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beefa Color CSS Codes

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

#4beefa Text Font Color

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

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


#4beefa Background Color

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

This div background color is #4beefa


#4beefa Border Color

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

This div border color is #4beefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beefa


Comments

No comments written yet.

Please login to write comment.