Color Hex Logo

#4beeec Color Hex

#4BEEEC
(75,238,236)
0 Favorites   0 Comments

Color spaces of #4beeec

RGB 75238236
HSL0.500.830.61
HSV179°68°93°
CMYK 0.680.000.01   0.07
XYZ48.616568.701190.0552
Yxy68.70110.23440.3313
Hunter Lab82.8861-40.3523-6.3979
CIE-Lab86.3558-41.3193-11.2599

#4beeec color RGB value is (75,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11101100
Octal 113 356 354
Decimal 75 238 236
Hex 4B EE EC

RGB Percentages of Color #4beeec

%13.66
%43.35
%42.99

CMYK Percentages of Color #4beeec

%68
%0
%1
%7

Triadic Colors of #4beeec

#4beeec #ec4bee #eeec4b

Analogous Colors of #4beeec

#4beeec #4b9fee #4bee9b

Monochromatic Colors of #4beeec

#4beeec

Complementary Color

#4beeec #ee4b4d

#4beeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beeec Color CSS Codes

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

#4beeec Text Font Color

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

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


#4beeec Background Color

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

This div background color is #4beeec


#4beeec Border Color

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

This div border color is #4beeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beeec


Comments

No comments written yet.

Please login to write comment.