Color Hex Logo

#4beafe Color Hex

#4BEAFE
(75,234,254)
0 Favorites   0 Comments

Color spaces of #4beafe

RGB 75234254
HSL0.520.990.65
HSV187°70°100°
CMYK 0.700.080.00   0.00
XYZ50.213967.4972104.1477
Yxy67.49720.22630.3042
Hunter Lab82.1567-34.6756-17.6506
CIE-Lab85.7544-34.3945-21.6190

#4beafe color RGB value is (75,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 11111110
Octal 113 352 376
Decimal 75 234 254
Hex 4B EA FE

RGB Percentages of Color #4beafe

%13.32
%41.56
%45.12

CMYK Percentages of Color #4beafe

%70
%8
%0
%0

Triadic Colors of #4beafe

#4beafe #fe4bea #eafe4b

Analogous Colors of #4beafe

#4beafe #4b91fe #4bfeb9

Monochromatic Colors of #4beafe

#4beafe

Complementary Color

#4beafe #fe5f4b

#4beafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beafe Color CSS Codes

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

#4beafe Text Font Color

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

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


#4beafe Background Color

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

This div background color is #4beafe


#4beafe Border Color

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

This div border color is #4beafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,234,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4beafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beafe

Related Colors


Comments

No comments written yet.

Please login to write comment.