Color Hex Logo

#4bedae Color Hex

#4BEDAE
(75,237,174)
0 Favorites   0 Comments

Color spaces of #4bedae

RGB 75237174
HSL0.440.820.61
HSV157°68°93°
CMYK 0.680.000.27   0.07
XYZ40.825865.120250.4621
Yxy65.12020.26100.4163
Hunter Lab80.6971-50.914219.4123
CIE-Lab84.5456-56.131018.5804

#4bedae color RGB value is (75,237,174).

#4bedae hex color red value is 75, green value is 237 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4bedae hue: 0.44 , saturation: 0.82 and the lightness value of 4bedae is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101101 10101110
Octal 113 355 256
Decimal 75 237 174
Hex 4B ED AE

RGB Percentages of Color #4bedae

%15.43
%48.77
%35.80

CMYK Percentages of Color #4bedae

%68
%0
%27
%7

Triadic Colors of #4bedae

#4bedae #ae4bed #edae4b

Analogous Colors of #4bedae

#4bedae #4bdbed #4bed5d

Monochromatic Colors of #4bedae

#4bedae

Complementary Color

#4bedae #ed4b8a

#4bedae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bedae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bedae Color CSS Codes

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

#4bedae Text Font Color

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

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


#4bedae Background Color

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

This div background color is #4bedae


#4bedae Border Color

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

This div border color is #4bedae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bedae


Comments

No comments written yet.

Please login to write comment.