Color Hex Logo

#4bffed Color Hex

#4BFFED
(75,255,237)
0 Favorites   0 Comments

Color spaces of #4bffed

RGB 75255237
HSL0.481.000.65
HSV174°71°100°
CMYK 0.710.000.07   0.00
XYZ53.947779.130392.5511
Yxy79.13030.23910.3507
Hunter Lab88.9552-47.41870.5819
CIE-Lab91.2932-48.4887-4.4657

#4bffed color RGB value is (75,255,237).

#4bffed hex color red value is 75, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bffed hue: 0.48 , saturation: 1.00 and the lightness value of 4bffed is 0.65.

The process color (four color CMYK) of #4bffed color hex is 0.71, 0.00, 0.07, 0.00. Web safe color of #4bffed is #33ffff. Color #4bffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111111 11101101
Octal 113 377 355
Decimal 75 255 237
Hex 4B FF ED

RGB Percentages of Color #4bffed

%13.23
%44.97
%41.80

CMYK Percentages of Color #4bffed

%71
%0
%7
%0

Triadic Colors of #4bffed

#4bffed #ed4bff #ffed4b

Analogous Colors of #4bffed

#4bffed #4bb7ff #4bff93

Monochromatic Colors of #4bffed

#4bffed

Complementary Color

#4bffed #ff4b5d

#4bffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bffed Color CSS Codes

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

#4bffed Text Font Color

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

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


#4bffed Background Color

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

This div background color is #4bffed


#4bffed Border Color

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

This div border color is #4bffed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,255,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 #4bffed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bffed

Related Colors


Comments

No comments written yet.

Please login to write comment.