Color Hex Logo

#4fbbc4 Color Hex

#4FBBC4
(79,187,196)
0 Favorites   0 Comments

Color spaces of #4fbbc4

RGB 79187196
HSL0.510.500.54
HSV185°60°77°
CMYK 0.600.050.00   0.23
XYZ30.958641.188458.5430
Yxy41.18840.23690.3152
Hunter Lab64.1782-26.2061-9.1593
CIE-Lab70.3077-27.9955-13.8240

#4fbbc4 color RGB value is (79,187,196).

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

The process color (four color CMYK) of #4fbbc4 color hex is 0.60, 0.05, 0.00, 0.23. Web safe color of #4fbbc4 is #66cccc. Color #4fbbc4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11000100
Octal 117 273 304
Decimal 79 187 196
Hex 4F BB C4

RGB Percentages of Color #4fbbc4

%17.10
%40.48
%42.42

CMYK Percentages of Color #4fbbc4

%60
%5
%0
%23

Triadic Colors of #4fbbc4

#4fbbc4 #c44fbb #bbc44f

Analogous Colors of #4fbbc4

#4fbbc4 #4f81c4 #4fc493

Monochromatic Colors of #4fbbc4

#4fbbc4

Complementary Color

#4fbbc4 #c4584f

#4fbbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbc4 Color CSS Codes

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

#4fbbc4 Text Font Color

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

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


#4fbbc4 Background Color

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

This div background color is #4fbbc4


#4fbbc4 Border Color

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

This div border color is #4fbbc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbc4


Comments

No comments written yet.

Please login to write comment.