Color Hex Logo

#4cdbed Color Hex

#4CDBED
(76,219,237)
0 Favorites   0 Comments

Color spaces of #4cdbed

RGB 76219237
HSL0.520.820.61
HSV187°68°93°
CMYK 0.680.080.00   0.07
XYZ43.598158.314089.0786
Yxy58.31400.22830.3053
Hunter Lab76.3636-31.7257-15.7076
CIE-Lab80.9131-32.1204-19.9629

#4cdbed color RGB value is (76,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 11011011 11101101
Octal 114 333 355
Decimal 76 219 237
Hex 4C DB ED

RGB Percentages of Color #4cdbed

%14.29
%41.17
%44.55

CMYK Percentages of Color #4cdbed

%68
%8
%0
%7

Triadic Colors of #4cdbed

#4cdbed #ed4cdb #dbed4c

Analogous Colors of #4cdbed

#4cdbed #4c8bed #4cedaf

Monochromatic Colors of #4cdbed

#4cdbed

Complementary Color

#4cdbed #ed5e4c

#4cdbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cdbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cdbed Color CSS Codes

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

#4cdbed Text Font Color

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

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


#4cdbed Background Color

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

This div background color is #4cdbed


#4cdbed Border Color

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

This div border color is #4cdbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cdbed


Comments

No comments written yet.

Please login to write comment.