Color Hex Logo

#4beeed Color Hex

#4BEEED
(75,238,237)
0 Favorites   0 Comments

Color spaces of #4beeed

RGB 75238237
HSL0.500.830.61
HSV180°68°93°
CMYK 0.680.000.00   0.07
XYZ48.762268.759490.8226
Yxy68.75940.23400.3300
Hunter Lab82.9213-40.1446-6.8947
CIE-Lab86.3848-41.0450-11.7417

#4beeed color RGB value is (75,238,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11101101
Octal 113 356 355
Decimal 75 238 237
Hex 4B EE ED

RGB Percentages of Color #4beeed

%13.64
%43.27
%43.09

CMYK Percentages of Color #4beeed

%68
%0
%0
%7

Triadic Colors of #4beeed

#4beeed #ed4bee #eeed4b

Analogous Colors of #4beeed

#4beeed #4b9eee #4bee9c

Monochromatic Colors of #4beeed

#4beeed

Complementary Color

#4beeed #ee4b4c

#4beeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beeed Color CSS Codes

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

#4beeed Text Font Color

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

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


#4beeed Background Color

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

This div background color is #4beeed


#4beeed Border Color

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

This div border color is #4beeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beeed


Comments

No comments written yet.

Please login to write comment.