Color Hex Logo

#4beffb Color Hex

#4BEFFB
(75,239,251)
0 Favorites   0 Comments

Color spaces of #4beffb

RGB 75239251
HSL0.510.960.64
HSV184°70°98°
CMYK 0.700.050.00   0.02
XYZ51.180770.1939102.1181
Yxy70.19390.22900.3141
Hunter Lab83.7818-37.5759-13.6188
CIE-Lab87.0919-37.5818-18.0245

#4beffb color RGB value is (75,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 11111011
Octal 113 357 373
Decimal 75 239 251
Hex 4B EF FB

RGB Percentages of Color #4beffb

%13.27
%42.30
%44.42

CMYK Percentages of Color #4beffb

%70
%5
%0
%2

Triadic Colors of #4beffb

#4beffb #fb4bef #effb4b

Analogous Colors of #4beffb

#4beffb #4b97fb #4bfbaf

Monochromatic Colors of #4beffb

#4beffb

Complementary Color

#4beffb #fb574b

#4beffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beffb Color CSS Codes

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

#4beffb Text Font Color

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

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


#4beffb Background Color

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

This div background color is #4beffb


#4beffb Border Color

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

This div border color is #4beffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beffb


Comments

No comments written yet.

Please login to write comment.