Color Hex Logo

#4cedff Color Hex

#4CEDFF
(76,237,255)
0 Favorites   0 Comments

Color spaces of #4cedff

RGB 76237255
HSL0.521.000.65
HSV186°70°100°
CMYK 0.700.070.00   0.00
XYZ51.314769.3249105.2842
Yxy69.32490.22710.3069
Hunter Lab83.2616-35.6969-16.6891
CIE-Lab86.6647-35.3858-20.7637

#4cedff color RGB value is (76,237,255).

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

The process color (four color CMYK) of #4cedff color hex is 0.70, 0.07, 0.00, 0.00. Web safe color of #4cedff is #33ffff. Color #4cedff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11101101 11111111
Octal 114 355 377
Decimal 76 237 255
Hex 4C ED FF

RGB Percentages of Color #4cedff

%13.38
%41.73
%44.89

CMYK Percentages of Color #4cedff

%70
%7
%0
%0

Triadic Colors of #4cedff

#4cedff #ff4ced #edff4c

Analogous Colors of #4cedff

#4cedff #4c94ff #4cffb8

Monochromatic Colors of #4cedff

#4cedff

Complementary Color

#4cedff #ff5e4c

#4cedff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cedff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cedff Color CSS Codes

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

#4cedff Text Font Color

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

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


#4cedff Background Color

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

This div background color is #4cedff


#4cedff Border Color

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

This div border color is #4cedff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cedff

Related Colors


Comments

No comments written yet.

Please login to write comment.