Color Hex Logo

#4ffbe1 Color Hex

#4FFBE1
(79,251,225)
0 Favorites   0 Comments

Color spaces of #4ffbe1

RGB 79251225
HSL0.470.960.65
HSV171°69°98°
CMYK 0.690.000.10   0.02
XYZ51.312276.092983.2171
Yxy76.09290.24360.3613
Hunter Lab87.2312-47.65534.5002
CIE-Lab89.9025-49.3483-0.2676

#4ffbe1 color RGB value is (79,251,225).

#4ffbe1 hex color red value is 79, green value is 251 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #4ffbe1 hue: 0.47 , saturation: 0.96 and the lightness value of 4ffbe1 is 0.65.

The process color (four color CMYK) of #4ffbe1 color hex is 0.69, 0.00, 0.10, 0.02. Web safe color of #4ffbe1 is #66ffcc. Color #4ffbe1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111011 11100001
Octal 117 373 341
Decimal 79 251 225
Hex 4F FB E1

RGB Percentages of Color #4ffbe1

%14.23
%45.23
%40.54

CMYK Percentages of Color #4ffbe1

%69
%0
%10
%2

Triadic Colors of #4ffbe1

#4ffbe1 #e14ffb #fbe14f

Analogous Colors of #4ffbe1

#4ffbe1 #4fbffb #4ffb8b

Monochromatic Colors of #4ffbe1

#4ffbe1

Complementary Color

#4ffbe1 #fb4f69

#4ffbe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffbe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffbe1 Color CSS Codes

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

#4ffbe1 Text Font Color

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

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


#4ffbe1 Background Color

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

This div background color is #4ffbe1


#4ffbe1 Border Color

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

This div border color is #4ffbe1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,251,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ffbe1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ffbe1;
  -webkit-box-shadow: 1px 1px 3px 2px #4ffbe1;
  box-shadow:         1px 1px 3px 2px #4ffbe1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,251,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffbe1


Comments

No comments written yet.

Please login to write comment.