Color Hex Logo

#4bced4 Color Hex

#4BCED4
(75,206,212)
0 Favorites   0 Comments

Color spaces of #4bced4

RGB 75206212
HSL0.510.610.56
HSV183°65°83°
CMYK 0.650.030.00   0.17
XYZ36.856650.391970.0714
Yxy50.39190.23430.3203
Hunter Lab70.9873-31.5504-8.8340
CIE-Lab76.3092-33.2741-13.5189

#4bced4 color RGB value is (75,206,212).

#4bced4 hex color red value is 75, green value is 206 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #4bced4 hue: 0.51 , saturation: 0.61 and the lightness value of 4bced4 is 0.56.

The process color (four color CMYK) of #4bced4 color hex is 0.65, 0.03, 0.00, 0.17. Web safe color of #4bced4 is #33cccc. Color #4bced4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 11010100
Octal 113 316 324
Decimal 75 206 212
Hex 4B CE D4

RGB Percentages of Color #4bced4

%15.21
%41.78
%43.00

CMYK Percentages of Color #4bced4

%65
%3
%0
%17

Triadic Colors of #4bced4

#4bced4 #d44bce #ced44b

Analogous Colors of #4bced4

#4bced4 #4b8ad4 #4bd496

Monochromatic Colors of #4bced4

#4bced4

Complementary Color

#4bced4 #d4514b

#4bced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bced4 Color CSS Codes

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

#4bced4 Text Font Color

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

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


#4bced4 Background Color

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

This div background color is #4bced4


#4bced4 Border Color

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

This div border color is #4bced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bced4


Comments

No comments written yet.

Please login to write comment.