Color Hex Logo

#4beebd Color Hex

#4BEEBD
(75,238,189)
0 Favorites   0 Comments

Color spaces of #4beebd

RGB 75238189
HSL0.450.830.61
HSV162°68°93°
CMYK 0.680.000.21   0.07
XYZ42.661566.319158.6965
Yxy66.31910.25440.3955
Hunter Lab81.4365-49.004614.2715
CIE-Lab85.1589-53.202811.6396

#4beebd color RGB value is (75,238,189).

#4beebd hex color red value is 75, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #4beebd hue: 0.45 , saturation: 0.83 and the lightness value of 4beebd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 10111101
Octal 113 356 275
Decimal 75 238 189
Hex 4B EE BD

RGB Percentages of Color #4beebd

%14.94
%47.41
%37.65

CMYK Percentages of Color #4beebd

%68
%0
%21
%7

Triadic Colors of #4beebd

#4beebd #bd4bee #eebd4b

Analogous Colors of #4beebd

#4beebd #4bceee #4bee6c

Monochromatic Colors of #4beebd

#4beebd

Complementary Color

#4beebd #ee4b7c

#4beebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beebd Color CSS Codes

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

#4beebd Text Font Color

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

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


#4beebd Background Color

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

This div background color is #4beebd


#4beebd Border Color

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

This div border color is #4beebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beebd


Comments

No comments written yet.

Please login to write comment.