Color Hex Logo

#4cb2db Color Hex

#4CB2DB
(76,178,219)
0 Favorites   0 Comments

Color spaces of #4cb2db

RGB 76178219
HSL0.550.670.58
HSV197°65°86°
CMYK 0.650.190.00   0.14
XYZ31.687138.491872.7774
Yxy38.49180.22170.2693
Hunter Lab62.0418-17.4063-26.1202
CIE-Lab68.3815-17.0155-29.3820

#4cb2db color RGB value is (76,178,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110010 11011011
Octal 114 262 333
Decimal 76 178 219
Hex 4C B2 DB

RGB Percentages of Color #4cb2db

%16.07
%37.63
%46.30

CMYK Percentages of Color #4cb2db

%65
%19
%0
%14

Triadic Colors of #4cb2db

#4cb2db #db4cb2 #b2db4c

Analogous Colors of #4cb2db

#4cb2db #4c6bdb #4cdbbd

Monochromatic Colors of #4cb2db

#4cb2db

Complementary Color

#4cb2db #db754c

#4cb2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb2db Color CSS Codes

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

#4cb2db Text Font Color

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

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


#4cb2db Background Color

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

This div background color is #4cb2db


#4cb2db Border Color

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

This div border color is #4cb2db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,178,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 #4cb2db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb2db


Comments

No comments written yet.

Please login to write comment.