Color Hex Logo

#4cbadb Color Hex

#4CBADB
(76,186,219)
0 Favorites   0 Comments

Color spaces of #4cbadb

RGB 76186219
HSL0.540.670.58
HSV194°65°86°
CMYK 0.650.150.00   0.14
XYZ33.325641.768873.3236
Yxy41.76880.22450.2814
Hunter Lab64.6288-21.0575-22.0264
CIE-Lab70.7112-21.1816-25.8016

#4cbadb color RGB value is (76,186,219).

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

The process color (four color CMYK) of #4cbadb color hex is 0.65, 0.15, 0.00, 0.14. Web safe color of #4cbadb is #33cccc. Color #4cbadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111010 11011011
Octal 114 272 333
Decimal 76 186 219
Hex 4C BA DB

RGB Percentages of Color #4cbadb

%15.80
%38.67
%45.53

CMYK Percentages of Color #4cbadb

%65
%15
%0
%14

Triadic Colors of #4cbadb

#4cbadb #db4cba #badb4c

Analogous Colors of #4cbadb

#4cbadb #4c73db #4cdbb5

Monochromatic Colors of #4cbadb

#4cbadb

Complementary Color

#4cbadb #db6d4c

#4cbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbadb Color CSS Codes

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

#4cbadb Text Font Color

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

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


#4cbadb Background Color

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

This div background color is #4cbadb


#4cbadb Border Color

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

This div border color is #4cbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbadb


Comments

No comments written yet.

Please login to write comment.