Color Hex Logo

#4bcddb Color Hex

#4BCDDB
(75,205,219)
0 Favorites   0 Comments

Color spaces of #4bcddb

RGB 75205219
HSL0.520.670.58
HSV186°66°86°
CMYK 0.660.060.00   0.14
XYZ37.519250.273074.7440
Yxy50.27300.23080.3093
Hunter Lab70.9035-29.6262-12.8691
CIE-Lab76.2365-30.7889-17.4000

#4bcddb color RGB value is (75,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001101 11011011
Octal 113 315 333
Decimal 75 205 219
Hex 4B CD DB

RGB Percentages of Color #4bcddb

%15.03
%41.08
%43.89

CMYK Percentages of Color #4bcddb

%66
%6
%0
%14

Triadic Colors of #4bcddb

#4bcddb #db4bcd #cddb4b

Analogous Colors of #4bcddb

#4bcddb #4b85db #4bdba1

Monochromatic Colors of #4bcddb

#4bcddb

Complementary Color

#4bcddb #db594b

#4bcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcddb Color CSS Codes

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

#4bcddb Text Font Color

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

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


#4bcddb Background Color

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

This div background color is #4bcddb


#4bcddb Border Color

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

This div border color is #4bcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcddb


Comments

No comments written yet.

Please login to write comment.