Color Hex Logo

#4befee Color Hex

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

Color spaces of #4befee

RGB 75239238
HSL0.500.840.62
HSV180°69°94°
CMYK 0.690.000.00   0.06
XYZ49.200869.401991.6917
Yxy69.40190.23400.3300
Hunter Lab83.3078-40.3682-6.9413
CIE-Lab86.7027-41.2188-11.7922

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

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

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

Base Numbers

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

RGB Percentages of Color #4befee

%13.59
%43.30
%43.12

CMYK Percentages of Color #4befee

%69
%0
%0
%6

Triadic Colors of #4befee

#4befee #ee4bef #efee4b

Analogous Colors of #4befee

#4befee #4b9eef #4bef9c

Monochromatic Colors of #4befee

#4befee

Complementary Color

#4befee #ef4b4c

#4befee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4befee Color Preview on White Background

Lorem ipsum dolor sit amet.

#4befee Color CSS Codes

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

#4befee Text Font Color

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

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


#4befee Background Color

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

This div background color is #4befee


#4befee Border Color

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

This div border color is #4befee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4befee


Comments

No comments written yet.

Please login to write comment.