Color Hex Logo

#4cb8dc Color Hex

#4CB8DC
(76,184,220)
0 Favorites   0 Comments

Color spaces of #4cb8dc

RGB 76184220
HSL0.540.670.58
HSV195°65°86°
CMYK 0.650.160.00   0.14
XYZ33.039240.984873.8796
Yxy40.98480.22340.2771
Hunter Lab64.0194-19.9134-23.6083
CIE-Lab70.1653-19.8413-27.1849

#4cb8dc color RGB value is (76,184,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111000 11011100
Octal 114 270 334
Decimal 76 184 220
Hex 4C B8 DC

RGB Percentages of Color #4cb8dc

%15.83
%38.33
%45.83

CMYK Percentages of Color #4cb8dc

%65
%16
%0
%14

Triadic Colors of #4cb8dc

#4cb8dc #dc4cb8 #b8dc4c

Analogous Colors of #4cb8dc

#4cb8dc #4c70dc #4cdcb8

Monochromatic Colors of #4cb8dc

#4cb8dc

Complementary Color

#4cb8dc #dc704c

#4cb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb8dc Color CSS Codes

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

#4cb8dc Text Font Color

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

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


#4cb8dc Background Color

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

This div background color is #4cb8dc


#4cb8dc Border Color

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

This div border color is #4cb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb8dc


Comments

No comments written yet.

Please login to write comment.