Color Hex Logo

#4beebc Color Hex

#4BEEBC
(75,238,188)
0 Favorites   0 Comments

Color spaces of #4beebc

RGB 75238188
HSL0.450.830.61
HSV162°68°93°
CMYK 0.680.000.21   0.07
XYZ42.553366.275858.1267
Yxy66.27580.25490.3970
Hunter Lab81.4100-49.164814.6539
CIE-Lab85.1369-53.431812.1300

#4beebc color RGB value is (75,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 10111100
Octal 113 356 274
Decimal 75 238 188
Hex 4B EE BC

RGB Percentages of Color #4beebc

%14.97
%47.50
%37.52

CMYK Percentages of Color #4beebc

%68
%0
%21
%7

Triadic Colors of #4beebc

#4beebc #bc4bee #eebc4b

Analogous Colors of #4beebc

#4beebc #4bcfee #4bee6b

Monochromatic Colors of #4beebc

#4beebc

Complementary Color

#4beebc #ee4b7d

#4beebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beebc Color CSS Codes

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

#4beebc Text Font Color

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

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


#4beebc Background Color

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

This div background color is #4beebc


#4beebc Border Color

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

This div border color is #4beebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beebc


Comments

No comments written yet.

Please login to write comment.