Color Hex Logo

#4cdafe Color Hex

#4CDAFE
(76,218,254)
0 Favorites   0 Comments

Color spaces of #4cdafe

RGB 76218254
HSL0.530.990.65
HSV192°70°100°
CMYK 0.700.140.00   0.00
XYZ45.941358.8351102.7009
Yxy58.83510.22140.2836
Hunter Lab76.7040-27.3209-25.6920
CIE-Lab81.2009-26.5729-28.5531

#4cdafe color RGB value is (76,218,254).

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

The process color (four color CMYK) of #4cdafe color hex is 0.70, 0.14, 0.00, 0.00. Web safe color of #4cdafe is #33ccff. Color #4cdafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 11111110
Octal 114 332 376
Decimal 76 218 254
Hex 4C DA FE

RGB Percentages of Color #4cdafe

%13.87
%39.78
%46.35

CMYK Percentages of Color #4cdafe

%70
%14
%0
%0

Triadic Colors of #4cdafe

#4cdafe #fe4cda #dafe4c

Analogous Colors of #4cdafe

#4cdafe #4c81fe #4cfec9

Monochromatic Colors of #4cdafe

#4cdafe

Complementary Color

#4cdafe #fe704c

#4cdafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdafe Color CSS Codes

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

#4cdafe Text Font Color

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

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


#4cdafe Background Color

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

This div background color is #4cdafe


#4cdafe Border Color

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

This div border color is #4cdafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdafe


Comments

No comments written yet.

Please login to write comment.