Color Hex Logo

#4cdefe Color Hex

#4CDEFE
(76,222,254)
0 Favorites   0 Comments

Color spaces of #4cdefe

RGB 76222254
HSL0.530.990.65
HSV191°70°100°
CMYK 0.700.130.00   0.00
XYZ46.991260.9348103.0508
Yxy60.93480.22270.2888
Hunter Lab78.0607-29.1524-23.6283
CIE-Lab82.3437-28.5322-26.8053

#4cdefe color RGB value is (76,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011110 11111110
Octal 114 336 376
Decimal 76 222 254
Hex 4C DE FE

RGB Percentages of Color #4cdefe

%13.77
%40.22
%46.01

CMYK Percentages of Color #4cdefe

%70
%13
%0
%0

Triadic Colors of #4cdefe

#4cdefe #fe4cde #defe4c

Analogous Colors of #4cdefe

#4cdefe #4c85fe #4cfec5

Monochromatic Colors of #4cdefe

#4cdefe

Complementary Color

#4cdefe #fe6c4c

#4cdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdefe Color CSS Codes

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

#4cdefe Text Font Color

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

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


#4cdefe Background Color

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

This div background color is #4cdefe


#4cdefe Border Color

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

This div border color is #4cdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdefe

Related Colors


Comments

No comments written yet.

Please login to write comment.