Color Hex Logo

#4beedd Color Hex

#4BEEDD
(75,238,221)
0 Favorites   0 Comments

Color spaces of #4beedd

RGB 75238221
HSL0.480.830.61
HSV174°68°93°
CMYK 0.680.000.07   0.07
XYZ46.527367.865479.0537
Yxy67.86540.24050.3508
Hunter Lab82.3805-43.35160.7706
CIE-Lab85.9391-45.3350-3.9992

#4beedd color RGB value is (75,238,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11011101
Octal 113 356 335
Decimal 75 238 221
Hex 4B EE DD

RGB Percentages of Color #4beedd

%14.04
%44.57
%41.39

CMYK Percentages of Color #4beedd

%68
%0
%7
%7

Triadic Colors of #4beedd

#4beedd #dd4bee #eedd4b

Analogous Colors of #4beedd

#4beedd #4baeee #4bee8c

Monochromatic Colors of #4beedd

#4beedd

Complementary Color

#4beedd #ee4b5c

#4beedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beedd Color CSS Codes

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

#4beedd Text Font Color

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

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


#4beedd Background Color

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

This div background color is #4beedd


#4beedd Border Color

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

This div border color is #4beedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beedd

#4beedd Color Palettes


Comments

No comments written yet.

Please login to write comment.