Color Hex Logo

#4c9ddb Color Hex

#4C9DDB
(76,157,219)
0 Favorites   0 Comments

Color spaces of #4c9ddb

RGB 76157219
HSL0.570.670.58
HSV206°65°86°
CMYK 0.650.280.00   0.14
XYZ27.823630.764971.4896
Yxy30.76490.21390.2365
Hunter Lab55.4661-7.5243-37.5919
CIE-Lab62.3087-5.5448-38.8149

#4c9ddb color RGB value is (76,157,219).

#4c9ddb hex color red value is 76, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4c9ddb hue: 0.57 , saturation: 0.67 and the lightness value of 4c9ddb is 0.58.

The process color (four color CMYK) of #4c9ddb color hex is 0.65, 0.28, 0.00, 0.14. Web safe color of #4c9ddb is #3399cc. Color #4c9ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10011101 11011011
Octal 114 235 333
Decimal 76 157 219
Hex 4C 9D DB

RGB Percentages of Color #4c9ddb

%16.81
%34.73
%48.45

CMYK Percentages of Color #4c9ddb

%65
%28
%0
%14

Triadic Colors of #4c9ddb

#4c9ddb #db4c9d #9ddb4c

Analogous Colors of #4c9ddb

#4c9ddb #4c56db #4cdbd2

Monochromatic Colors of #4c9ddb

#4c9ddb

Complementary Color

#4c9ddb #db8a4c

#4c9ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4c9ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4c9ddb Color CSS Codes

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

#4c9ddb Text Font Color

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

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


#4c9ddb Background Color

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

This div background color is #4c9ddb


#4c9ddb Border Color

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

This div border color is #4c9ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4c9ddb


Comments

No comments written yet.

Please login to write comment.