Color Hex Logo

#4c9cbb Color Hex

#4C9CBB
(76,156,187)
0 Favorites   0 Comments

Color spaces of #4c9cbb

RGB 76156187
HSL0.550.450.52
HSV197°59°73°
CMYK 0.590.170.00   0.27
XYZ23.838628.901351.3358
Yxy28.90130.22910.2777
Hunter Lab53.7599-14.9282-18.9846
CIE-Lab60.6944-15.2599-23.4305

#4c9cbb color RGB value is (76,156,187).

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

The process color (four color CMYK) of #4c9cbb color hex is 0.59, 0.17, 0.00, 0.27. Web safe color of #4c9cbb is #3399cc. Color #4c9cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011100 10111011
Octal 114 234 273
Decimal 76 156 187
Hex 4C 9C BB

RGB Percentages of Color #4c9cbb

%18.14
%37.23
%44.63

CMYK Percentages of Color #4c9cbb

%59
%17
%0
%27

Triadic Colors of #4c9cbb

#4c9cbb #bb4c9c #9cbb4c

Analogous Colors of #4c9cbb

#4c9cbb #4c65bb #4cbba3

Monochromatic Colors of #4c9cbb

#4c9cbb

Complementary Color

#4c9cbb #bb6b4c

#4c9cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9cbb Color CSS Codes

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

#4c9cbb Text Font Color

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

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


#4c9cbb Background Color

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

This div background color is #4c9cbb


#4c9cbb Border Color

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

This div border color is #4c9cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9cbb


Comments

No comments written yet.

Please login to write comment.