Color Hex Logo

#4cadfe Color Hex

#4CADFE
(76,173,254)
0 Favorites   0 Comments

Color spaces of #4cadfe

RGB 76173254
HSL0.580.990.65
HSV207°70°100°
CMYK 0.700.320.00   0.00
XYZ35.813538.579499.3249
Yxy38.57940.20620.2221
Hunter Lab62.1123-5.7748-51.3331
CIE-Lab68.4455-2.8515-48.3720

#4cadfe color RGB value is (76,173,254).

#4cadfe hex color red value is 76, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4cadfe hue: 0.58 , saturation: 0.99 and the lightness value of 4cadfe is 0.65.

The process color (four color CMYK) of #4cadfe color hex is 0.70, 0.32, 0.00, 0.00. Web safe color of #4cadfe is #3399ff. Color #4cadfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101101 11111110
Octal 114 255 376
Decimal 76 173 254
Hex 4C AD FE

RGB Percentages of Color #4cadfe

%15.11
%34.39
%50.50

CMYK Percentages of Color #4cadfe

%70
%32
%0
%0

Triadic Colors of #4cadfe

#4cadfe #fe4cad #adfe4c

Analogous Colors of #4cadfe

#4cadfe #4c54fe #4cfef6

Monochromatic Colors of #4cadfe

#4cadfe

Complementary Color

#4cadfe #fe9d4c

#4cadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cadfe Color CSS Codes

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

#4cadfe Text Font Color

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

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


#4cadfe Background Color

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

This div background color is #4cadfe


#4cadfe Border Color

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

This div border color is #4cadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cadfe


Comments

No comments written yet.

Please login to write comment.