Color Hex Logo

#4cdaed Color Hex

#4CDAED
(76,218,237)
0 Favorites   0 Comments

Color spaces of #4cdaed

RGB 76218237
HSL0.520.820.61
HSV187°68°93°
CMYK 0.680.080.00   0.07
XYZ43.338057.793788.9919
Yxy57.79370.22790.3040
Hunter Lab76.0222-31.2812-16.1896
CIE-Lab80.6240-31.6426-20.4006

#4cdaed color RGB value is (76,218,237).

#4cdaed hex color red value is 76, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4cdaed hue: 0.52 , saturation: 0.82 and the lightness value of 4cdaed is 0.61.

The process color (four color CMYK) of #4cdaed color hex is 0.68, 0.08, 0.00, 0.07. Web safe color of #4cdaed is #33ccff. Color #4cdaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011010 11101101
Octal 114 332 355
Decimal 76 218 237
Hex 4C DA ED

RGB Percentages of Color #4cdaed

%14.31
%41.05
%44.63

CMYK Percentages of Color #4cdaed

%68
%8
%0
%7

Triadic Colors of #4cdaed

#4cdaed #ed4cda #daed4c

Analogous Colors of #4cdaed

#4cdaed #4c8aed #4cedb0

Monochromatic Colors of #4cdaed

#4cdaed

Complementary Color

#4cdaed #ed5f4c

#4cdaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdaed Color CSS Codes

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

#4cdaed Text Font Color

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

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


#4cdaed Background Color

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

This div background color is #4cdaed


#4cdaed Border Color

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

This div border color is #4cdaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdaed


Comments

No comments written yet.

Please login to write comment.