Color Hex Logo

#4beeef Color Hex

#4BEEEF
(75,238,239)
0 Favorites   0 Comments

Color spaces of #4beeef

RGB 75238239
HSL0.500.840.62
HSV180°69°94°
CMYK 0.690.000.00   0.06
XYZ49.056268.876992.3704
Yxy68.87690.23330.3275
Hunter Lab82.9921-39.7258-7.8954
CIE-Lab86.4431-40.4934-12.7047

#4beeef color RGB value is (75,238,239).

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

The process color (four color CMYK) of #4beeef color hex is 0.69, 0.00, 0.00, 0.06. Web safe color of #4beeef is #33ffff. Color #4beeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11101111
Octal 113 356 357
Decimal 75 238 239
Hex 4B EE EF

RGB Percentages of Color #4beeef

%13.59
%43.12
%43.30

CMYK Percentages of Color #4beeef

%69
%0
%0
%6

Triadic Colors of #4beeef

#4beeef #ef4bee #eeef4b

Analogous Colors of #4beeef

#4beeef #4b9cef #4bef9e

Monochromatic Colors of #4beeef

#4beeef

Complementary Color

#4beeef #ef4c4b

#4beeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beeef Color CSS Codes

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

#4beeef Text Font Color

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

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


#4beeef Background Color

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

This div background color is #4beeef


#4beeef Border Color

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

This div border color is #4beeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beeef


Comments

No comments written yet.

Please login to write comment.