Color Hex Logo

#4beaef Color Hex

#4BEAEF
(75,234,239)
0 Favorites   0 Comments

Color spaces of #4beaef

RGB 75234239
HSL0.510.840.62
HSV182°69°94°
CMYK 0.690.020.00   0.06
XYZ47.904566.573591.9865
Yxy66.57350.23200.3224
Hunter Lab81.5926-37.9864-9.7280
CIE-Lab85.2881-38.6787-14.4333

#4beaef color RGB value is (75,234,239).

#4beaef hex color red value is 75, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4beaef hue: 0.51 , saturation: 0.84 and the lightness value of 4beaef is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 11101111
Octal 113 352 357
Decimal 75 234 239
Hex 4B EA EF

RGB Percentages of Color #4beaef

%13.69
%42.70
%43.61

CMYK Percentages of Color #4beaef

%69
%2
%0
%6

Triadic Colors of #4beaef

#4beaef #ef4bea #eaef4b

Analogous Colors of #4beaef

#4beaef #4b98ef #4befa2

Monochromatic Colors of #4beaef

#4beaef

Complementary Color

#4beaef #ef504b

#4beaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beaef Color CSS Codes

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

#4beaef Text Font Color

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

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


#4beaef Background Color

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

This div background color is #4beaef


#4beaef Border Color

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

This div border color is #4beaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beaef


Comments

No comments written yet.

Please login to write comment.