Color Hex Logo

#4cadef Color Hex

#4CADEF
(76,173,239)
0 Favorites   0 Comments

Color spaces of #4cadef

RGB 76173239
HSL0.570.840.62
HSV204°68°94°
CMYK 0.680.280.00   0.06
XYZ33.504037.655687.1638
Yxy37.65560.21160.2378
Hunter Lab61.3642-9.9287-41.2627
CIE-Lab67.7660-7.8587-41.2802

#4cadef color RGB value is (76,173,239).

#4cadef hex color red value is 76, green value is 173 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #4cadef hue: 0.57 , saturation: 0.84 and the lightness value of 4cadef is 0.62.

The process color (four color CMYK) of #4cadef color hex is 0.68, 0.28, 0.00, 0.06. Web safe color of #4cadef is #3399ff. Color #4cadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 11101111
Octal 114 255 357
Decimal 76 173 239
Hex 4C AD EF

RGB Percentages of Color #4cadef

%15.57
%35.45
%48.98

CMYK Percentages of Color #4cadef

%68
%28
%0
%6

Triadic Colors of #4cadef

#4cadef #ef4cad #adef4c

Analogous Colors of #4cadef

#4cadef #4c5cef #4cefe0

Monochromatic Colors of #4cadef

#4cadef

Complementary Color

#4cadef #ef8e4c

#4cadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cadef Color CSS Codes

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

#4cadef Text Font Color

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

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


#4cadef Background Color

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

This div background color is #4cadef


#4cadef Border Color

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

This div border color is #4cadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cadef


Comments

No comments written yet.

Please login to write comment.