Color Hex Logo

#4cddfe Color Hex

#4CDDFE
(76,221,254)
0 Favorites   0 Comments

Color spaces of #4cddfe

RGB 76221254
HSL0.530.990.65
HSV191°70°100°
CMYK 0.700.130.00   0.00
XYZ46.726360.4052102.9626
Yxy60.40520.22240.2875
Hunter Lab77.7208-28.6959-24.1414
CIE-Lab82.0579-28.0448-27.2419

#4cddfe color RGB value is (76,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011101 11111110
Octal 114 335 376
Decimal 76 221 254
Hex 4C DD FE

RGB Percentages of Color #4cddfe

%13.79
%40.11
%46.10

CMYK Percentages of Color #4cddfe

%70
%13
%0
%0

Triadic Colors of #4cddfe

#4cddfe #fe4cdd #ddfe4c

Analogous Colors of #4cddfe

#4cddfe #4c84fe #4cfec6

Monochromatic Colors of #4cddfe

#4cddfe

Complementary Color

#4cddfe #fe6d4c

#4cddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cddfe Color CSS Codes

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

#4cddfe Text Font Color

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

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


#4cddfe Background Color

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

This div background color is #4cddfe


#4cddfe Border Color

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

This div border color is #4cddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cddfe


Comments

No comments written yet.

Please login to write comment.