Color Hex Logo

#4be8bf Color Hex

#4BE8BF
(75,232,191)
0 Favorites   0 Comments

Color spaces of #4be8bf

RGB 75232191
HSL0.460.770.60
HSV164°68°91°
CMYK 0.680.000.18   0.09
XYZ41.162262.970759.2753
Yxy62.97070.25190.3854
Hunter Lab79.3541-46.278911.2599
CIE-Lab83.4270-50.27588.1201

#4be8bf color RGB value is (75,232,191).

#4be8bf hex color red value is 75, green value is 232 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #4be8bf hue: 0.46 , saturation: 0.77 and the lightness value of 4be8bf is 0.60.

The process color (four color CMYK) of #4be8bf color hex is 0.68, 0.00, 0.18, 0.09. Web safe color of #4be8bf is #33ffcc. Color #4be8bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101000 10111111
Octal 113 350 277
Decimal 75 232 191
Hex 4B E8 BF

RGB Percentages of Color #4be8bf

%15.06
%46.59
%38.35

CMYK Percentages of Color #4be8bf

%68
%0
%18
%9

Triadic Colors of #4be8bf

#4be8bf #bf4be8 #e8bf4b

Analogous Colors of #4be8bf

#4be8bf #4bc3e8 #4be871

Monochromatic Colors of #4be8bf

#4be8bf

Complementary Color

#4be8bf #e84b74

#4be8bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be8bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be8bf Color CSS Codes

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

#4be8bf Text Font Color

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

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


#4be8bf Background Color

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

This div background color is #4be8bf


#4be8bf Border Color

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

This div border color is #4be8bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be8bf


Comments

No comments written yet.

Please login to write comment.