Color Hex Logo

#4cafdf Color Hex

#4CAFDF
(76,175,223)
0 Favorites   0 Comments

Color spaces of #4cafdf

RGB 76175223
HSL0.550.700.59
HSV200°66°87°
CMYK 0.660.220.00   0.13
XYZ31.629737.524275.3879
Yxy37.52420.21880.2596
Hunter Lab61.2570-15.0323-30.0872
CIE-Lab67.6685-14.1514-32.6777

#4cafdf color RGB value is (76,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101111 11011111
Octal 114 257 337
Decimal 76 175 223
Hex 4C AF DF

RGB Percentages of Color #4cafdf

%16.03
%36.92
%47.05

CMYK Percentages of Color #4cafdf

%66
%22
%0
%13

Triadic Colors of #4cafdf

#4cafdf #df4caf #afdf4c

Analogous Colors of #4cafdf

#4cafdf #4c66df #4cdfc6

Monochromatic Colors of #4cafdf

#4cafdf

Complementary Color

#4cafdf #df7c4c

#4cafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cafdf Color CSS Codes

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

#4cafdf Text Font Color

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

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


#4cafdf Background Color

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

This div background color is #4cafdf


#4cafdf Border Color

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

This div border color is #4cafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cafdf


Comments

No comments written yet.

Please login to write comment.