Color Hex Logo

#4bfaed Color Hex

#4BFAED
(75,250,237)
0 Favorites   0 Comments

Color spaces of #4bfaed

RGB 75250237
HSL0.490.950.64
HSV176°70°98°
CMYK 0.700.000.05   0.02
XYZ52.373375.981592.0263
Yxy75.98150.23760.3448
Hunter Lab87.1674-45.2937-1.5778
CIE-Lab89.8508-46.3382-6.5940

#4bfaed color RGB value is (75,250,237).

#4bfaed hex color red value is 75, green value is 250 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bfaed hue: 0.49 , saturation: 0.95 and the lightness value of 4bfaed is 0.64.

The process color (four color CMYK) of #4bfaed color hex is 0.70, 0.00, 0.05, 0.02. Web safe color of #4bfaed is #33ffff. Color #4bfaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 11101101
Octal 113 372 355
Decimal 75 250 237
Hex 4B FA ED

RGB Percentages of Color #4bfaed

%13.35
%44.48
%42.17

CMYK Percentages of Color #4bfaed

%70
%0
%5
%2

Triadic Colors of #4bfaed

#4bfaed #ed4bfa #faed4b

Analogous Colors of #4bfaed

#4bfaed #4bb0fa #4bfa96

Monochromatic Colors of #4bfaed

#4bfaed

Complementary Color

#4bfaed #fa4b58

#4bfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfaed Color CSS Codes

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

#4bfaed Text Font Color

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

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


#4bfaed Background Color

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

This div background color is #4bfaed


#4bfaed Border Color

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

This div border color is #4bfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfaed


Comments

No comments written yet.

Please login to write comment.