Color Hex Logo

#4beadb Color Hex

#4BEADB
(75,234,219)
0 Favorites   0 Comments

Color spaces of #4beadb

RGB 75234219
HSL0.480.790.61
HSV174°68°92°
CMYK 0.680.000.06   0.08
XYZ45.110765.456077.2745
Yxy65.45600.24020.3485
Hunter Lab80.9049-42.05610.0039
CIE-Lab84.7182-44.1129-4.7455

#4beadb color RGB value is (75,234,219).

#4beadb hex color red value is 75, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4beadb hue: 0.48 , saturation: 0.79 and the lightness value of 4beadb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101010 11011011
Octal 113 352 333
Decimal 75 234 219
Hex 4B EA DB

RGB Percentages of Color #4beadb

%14.20
%44.32
%41.48

CMYK Percentages of Color #4beadb

%68
%0
%6
%8

Triadic Colors of #4beadb

#4beadb #db4bea #eadb4b

Analogous Colors of #4beadb

#4beadb #4baaea #4bea8c

Monochromatic Colors of #4beadb

#4beadb

Complementary Color

#4beadb #ea4b5a

#4beadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beadb Color CSS Codes

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

#4beadb Text Font Color

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

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


#4beadb Background Color

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

This div background color is #4beadb


#4beadb Border Color

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

This div border color is #4beadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,234,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 #4beadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beadb


Comments

No comments written yet.

Please login to write comment.