Color Hex Logo

#4befbe Color Hex

#4BEFBE
(75,239,190)
0 Favorites   0 Comments

Color spaces of #4befbe

RGB 75239190
HSL0.450.840.62
HSV162°69°94°
CMYK 0.690.000.21   0.06
XYZ43.062466.946659.3676
Yxy66.94660.25420.3953
Hunter Lab81.8209-49.241914.2550
CIE-Lab85.4770-53.378311.5699

#4befbe color RGB value is (75,239,190).

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

The process color (four color CMYK) of #4befbe color hex is 0.69, 0.00, 0.21, 0.06. Web safe color of #4befbe is #33ffcc. Color #4befbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101111 10111110
Octal 113 357 276
Decimal 75 239 190
Hex 4B EF BE

RGB Percentages of Color #4befbe

%14.88
%47.42
%37.70

CMYK Percentages of Color #4befbe

%69
%0
%21
%6

Triadic Colors of #4befbe

#4befbe #be4bef #efbe4b

Analogous Colors of #4befbe

#4befbe #4bceef #4bef6c

Monochromatic Colors of #4befbe

#4befbe

Complementary Color

#4befbe #ef4b7c

#4befbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befbe Color CSS Codes

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

#4befbe Text Font Color

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

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


#4befbe Background Color

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

This div background color is #4befbe


#4befbe Border Color

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

This div border color is #4befbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befbe


Comments

No comments written yet.

Please login to write comment.