Color Hex Logo

#4cafdb Color Hex

#4CAFDB
(76,175,219)
0 Favorites   0 Comments

Color spaces of #4cafdb

RGB 76175219
HSL0.550.670.58
HSV198°65°86°
CMYK 0.650.200.00   0.14
XYZ31.096637.310972.5806
Yxy37.31090.22060.2646
Hunter Lab61.0826-16.0220-27.6927
CIE-Lab67.5096-15.4244-30.7275

#4cafdb color RGB value is (76,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11011011
Octal 114 257 333
Decimal 76 175 219
Hex 4C AF DB

RGB Percentages of Color #4cafdb

%16.17
%37.23
%46.60

CMYK Percentages of Color #4cafdb

%65
%20
%0
%14

Triadic Colors of #4cafdb

#4cafdb #db4caf #afdb4c

Analogous Colors of #4cafdb

#4cafdb #4c68db #4cdbc0

Monochromatic Colors of #4cafdb

#4cafdb

Complementary Color

#4cafdb #db784c

#4cafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafdb Color CSS Codes

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

#4cafdb Text Font Color

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

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


#4cafdb Background Color

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

This div background color is #4cafdb


#4cafdb Border Color

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

This div border color is #4cafdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafdb


Comments

No comments written yet.

Please login to write comment.