Color Hex Logo

#4bebdd Color Hex

#4BEBDD
(75,235,221)
0 Favorites   0 Comments

Color spaces of #4bebdd

RGB 75235221
HSL0.490.800.61
HSV175°68°92°
CMYK 0.680.000.06   0.08
XYZ45.661166.133078.7650
Yxy66.13300.23960.3470
Hunter Lab81.3222-42.0890-0.5001
CIE-Lab85.0642-44.0246-5.2885

#4bebdd color RGB value is (75,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 11011101
Octal 113 353 335
Decimal 75 235 221
Hex 4B EB DD

RGB Percentages of Color #4bebdd

%14.12
%44.26
%41.62

CMYK Percentages of Color #4bebdd

%68
%0
%6
%8

Triadic Colors of #4bebdd

#4bebdd #dd4beb #ebdd4b

Analogous Colors of #4bebdd

#4bebdd #4ba9eb #4beb8d

Monochromatic Colors of #4bebdd

#4bebdd

Complementary Color

#4bebdd #eb4b59

#4bebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebdd Color CSS Codes

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

#4bebdd Text Font Color

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

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


#4bebdd Background Color

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

This div background color is #4bebdd


#4bebdd Border Color

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

This div border color is #4bebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebdd


Comments

No comments written yet.

Please login to write comment.