Color Hex Logo

#4bdceb Color Hex

#4BDCEB
(75,220,235)
0 Favorites   0 Comments

Color spaces of #4bdceb

RGB 75220235
HSL0.520.800.61
HSV186°68°92°
CMYK 0.680.060.00   0.08
XYZ43.490258.680487.6315
Yxy58.68040.22910.3092
Hunter Lab76.6031-32.7150-14.2036
CIE-Lab81.1156-33.3118-18.5952

#4bdceb color RGB value is (75,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 11101011
Octal 113 334 353
Decimal 75 220 235
Hex 4B DC EB

RGB Percentages of Color #4bdceb

%14.15
%41.51
%44.34

CMYK Percentages of Color #4bdceb

%68
%6
%0
%8

Triadic Colors of #4bdceb

#4bdceb #eb4bdc #dceb4b

Analogous Colors of #4bdceb

#4bdceb #4b8ceb #4bebaa

Monochromatic Colors of #4bdceb

#4bdceb

Complementary Color

#4bdceb #eb5a4b

#4bdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdceb Color CSS Codes

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

#4bdceb Text Font Color

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

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


#4bdceb Background Color

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

This div background color is #4bdceb


#4bdceb Border Color

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

This div border color is #4bdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdceb


Comments

No comments written yet.

Please login to write comment.