Color Hex Logo

#4cbcdc Color Hex

#4CBCDC
(76,188,220)
0 Favorites   0 Comments

Color spaces of #4cbcdc

RGB 76188220
HSL0.540.670.58
HSV193°65°86°
CMYK 0.650.150.00   0.14
XYZ33.882042.670274.1606
Yxy42.67020.22480.2831
Hunter Lab65.3224-21.7283-21.5863
CIE-Lab71.3306-21.8998-25.3984

#4cbcdc color RGB value is (76,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111100 11011100
Octal 114 274 334
Decimal 76 188 220
Hex 4C BC DC

RGB Percentages of Color #4cbcdc

%15.70
%38.84
%45.45

CMYK Percentages of Color #4cbcdc

%65
%15
%0
%14

Triadic Colors of #4cbcdc

#4cbcdc #dc4cbc #bcdc4c

Analogous Colors of #4cbcdc

#4cbcdc #4c74dc #4cdcb4

Monochromatic Colors of #4cbcdc

#4cbcdc

Complementary Color

#4cbcdc #dc6c4c

#4cbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbcdc Color CSS Codes

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

#4cbcdc Text Font Color

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

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


#4cbcdc Background Color

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

This div background color is #4cbcdc


#4cbcdc Border Color

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

This div border color is #4cbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbcdc


Comments

No comments written yet.

Please login to write comment.