Color Hex Logo

#4cb1dd Color Hex

#4CB1DD
(76,177,221)
0 Favorites   0 Comments

Color spaces of #4cb1dd

RGB 76177221
HSL0.550.680.58
HSV198°66°87°
CMYK 0.660.200.00   0.13
XYZ31.753838.201274.1066
Yxy38.20120.22040.2652
Hunter Lab61.8071-16.4570-27.8236
CIE-Lab68.1686-15.8548-30.8072

#4cb1dd color RGB value is (76,177,221).

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

The process color (four color CMYK) of #4cb1dd color hex is 0.66, 0.20, 0.00, 0.13. Web safe color of #4cb1dd is #3399cc. Color #4cb1dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10110001 11011101
Octal 114 261 335
Decimal 76 177 221
Hex 4C B1 DD

RGB Percentages of Color #4cb1dd

%16.03
%37.34
%46.62

CMYK Percentages of Color #4cb1dd

%66
%20
%0
%13

Triadic Colors of #4cb1dd

#4cb1dd #dd4cb1 #b1dd4c

Analogous Colors of #4cb1dd

#4cb1dd #4c69dd #4cddc1

Monochromatic Colors of #4cb1dd

#4cb1dd

Complementary Color

#4cb1dd #dd784c

#4cb1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cb1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cb1dd Color CSS Codes

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

#4cb1dd Text Font Color

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

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


#4cb1dd Background Color

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

This div background color is #4cb1dd


#4cb1dd Border Color

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

This div border color is #4cb1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cb1dd


Comments

No comments written yet.

Please login to write comment.