Color Hex Logo

#4fbbbe Color Hex

#4FBBBE
(79,187,190)
0 Favorites   0 Comments

Color spaces of #4fbbbe

RGB 79187190
HSL0.500.460.53
HSV182°58°75°
CMYK 0.580.020.00   0.25
XYZ30.289040.920655.0173
Yxy40.92060.24000.3242
Hunter Lab63.9692-27.4275-6.2145
CIE-Lab70.1203-29.6859-10.8146

#4fbbbe color RGB value is (79,187,190).

#4fbbbe hex color red value is 79, green value is 187 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4fbbbe hue: 0.50 , saturation: 0.46 and the lightness value of 4fbbbe is 0.53.

The process color (four color CMYK) of #4fbbbe color hex is 0.58, 0.02, 0.00, 0.25. Web safe color of #4fbbbe is #66cccc. Color #4fbbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 10111110
Octal 117 273 276
Decimal 79 187 190
Hex 4F BB BE

RGB Percentages of Color #4fbbbe

%17.32
%41.01
%41.67

CMYK Percentages of Color #4fbbbe

%58
%2
%0
%25

Triadic Colors of #4fbbbe

#4fbbbe #be4fbb #bbbe4f

Analogous Colors of #4fbbbe

#4fbbbe #4f84be #4fbe8a

Monochromatic Colors of #4fbbbe

#4fbbbe

Complementary Color

#4fbbbe #be524f

#4fbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbbe Color CSS Codes

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

#4fbbbe Text Font Color

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

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


#4fbbbe Background Color

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

This div background color is #4fbbbe


#4fbbbe Border Color

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

This div border color is #4fbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbbe


Comments

No comments written yet.

Please login to write comment.