Color Hex Logo

#4fbbca Color Hex

#4FBBCA
(79,187,202)
0 Favorites   0 Comments

Color spaces of #4fbbca

RGB 79187202
HSL0.520.540.55
HSV187°61°79°
CMYK 0.610.070.00   0.21
XYZ31.655441.467262.2127
Yxy41.46720.23390.3064
Hunter Lab64.3950-24.9440-12.2042
CIE-Lab70.5020-26.2711-16.8184

#4fbbca color RGB value is (79,187,202).

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

The process color (four color CMYK) of #4fbbca color hex is 0.61, 0.07, 0.00, 0.21. Web safe color of #4fbbca is #66cccc. Color #4fbbca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 11001010
Octal 117 273 312
Decimal 79 187 202
Hex 4F BB CA

RGB Percentages of Color #4fbbca

%16.88
%39.96
%43.16

CMYK Percentages of Color #4fbbca

%61
%7
%0
%21

Triadic Colors of #4fbbca

#4fbbca #ca4fbb #bbca4f

Analogous Colors of #4fbbca

#4fbbca #4f7eca #4fca9c

Monochromatic Colors of #4fbbca

#4fbbca

Complementary Color

#4fbbca #ca5e4f

#4fbbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbca Color CSS Codes

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

#4fbbca Text Font Color

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

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


#4fbbca Background Color

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

This div background color is #4fbbca


#4fbbca Border Color

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

This div border color is #4fbbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbca


Comments

No comments written yet.

Please login to write comment.