Color Hex Logo

#4bfbee Color Hex

#4BFBEE
(75,251,238)
0 Favorites   0 Comments

Color spaces of #4bfbee

RGB 75251238
HSL0.490.960.64
HSV176°70°98°
CMYK 0.700.000.05   0.02
XYZ52.831476.663392.9019
Yxy76.66330.23760.3447
Hunter Lab87.5576-45.5206-1.6186
CIE-Lab90.1664-46.5071-6.6475

#4bfbee color RGB value is (75,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111011 11101110
Octal 113 373 356
Decimal 75 251 238
Hex 4B FB EE

RGB Percentages of Color #4bfbee

%13.30
%44.50
%42.20

CMYK Percentages of Color #4bfbee

%70
%0
%5
%2

Triadic Colors of #4bfbee

#4bfbee #ee4bfb #fbee4b

Analogous Colors of #4bfbee

#4bfbee #4bb0fb #4bfb96

Monochromatic Colors of #4bfbee

#4bfbee

Complementary Color

#4bfbee #fb4b58

#4bfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfbee Color CSS Codes

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

#4bfbee Text Font Color

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

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


#4bfbee Background Color

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

This div background color is #4bfbee


#4bfbee Border Color

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

This div border color is #4bfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfbee

Related Colors


Comments

No comments written yet.

Please login to write comment.