Color Hex Logo

#4cabdf Color Hex

#4CABDF
(76,171,223)
0 Favorites   0 Comments

Color spaces of #4cabdf

RGB 76171223
HSL0.560.700.59
HSV201°66°87°
CMYK 0.660.230.00   0.13
XYZ30.862735.990075.1322
Yxy35.99000.21740.2535
Hunter Lab59.9917-13.1561-32.2593
CIE-Lab66.5123-11.9915-34.4709

#4cabdf color RGB value is (76,171,223).

#4cabdf hex color red value is 76, green value is 171 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #4cabdf hue: 0.56 , saturation: 0.70 and the lightness value of 4cabdf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101011 11011111
Octal 114 253 337
Decimal 76 171 223
Hex 4C AB DF

RGB Percentages of Color #4cabdf

%16.17
%36.38
%47.45

CMYK Percentages of Color #4cabdf

%66
%23
%0
%13

Triadic Colors of #4cabdf

#4cabdf #df4cab #abdf4c

Analogous Colors of #4cabdf

#4cabdf #4c61df #4cdfca

Monochromatic Colors of #4cabdf

#4cabdf

Complementary Color

#4cabdf #df804c

#4cabdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cabdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cabdf Color CSS Codes

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

#4cabdf Text Font Color

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

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


#4cabdf Background Color

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

This div background color is #4cabdf


#4cabdf Border Color

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

This div border color is #4cabdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cabdf


Comments

No comments written yet.

Please login to write comment.