Color Hex Logo

#4bcedc Color Hex

#4BCEDC
(75,206,220)
0 Favorites   0 Comments

Color spaces of #4bcedc

RGB 75206220
HSL0.520.670.58
HSV186°66°86°
CMYK 0.660.060.00   0.14
XYZ37.891250.805875.5196
Yxy50.80580.23070.3094
Hunter Lab71.2782-29.8469-12.9233
CIE-Lab76.5612-30.9803-17.4483

#4bcedc color RGB value is (75,206,220).

#4bcedc hex color red value is 75, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #4bcedc hue: 0.52 , saturation: 0.67 and the lightness value of 4bcedc is 0.58.

The process color (four color CMYK) of #4bcedc color hex is 0.66, 0.06, 0.00, 0.14. Web safe color of #4bcedc is #33cccc. Color #4bcedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 11011100
Octal 113 316 334
Decimal 75 206 220
Hex 4B CE DC

RGB Percentages of Color #4bcedc

%14.97
%41.12
%43.91

CMYK Percentages of Color #4bcedc

%66
%6
%0
%14

Triadic Colors of #4bcedc

#4bcedc #dc4bce #cedc4b

Analogous Colors of #4bcedc

#4bcedc #4b86dc #4bdca2

Monochromatic Colors of #4bcedc

#4bcedc

Complementary Color

#4bcedc #dc594b

#4bcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcedc Color CSS Codes

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

#4bcedc Text Font Color

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

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


#4bcedc Background Color

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

This div background color is #4bcedc


#4bcedc Border Color

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

This div border color is #4bcedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(75,206,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4bcedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4bcedc;
  -webkit-box-shadow: 1px 1px 3px 2px #4bcedc;
  box-shadow:         1px 1px 3px 2px #4bcedc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,206,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcedc


Comments

No comments written yet.

Please login to write comment.