Color Hex Logo

#4beedc Color Hex

#4BEEDC
(75,238,220)
0 Favorites   0 Comments

Color spaces of #4beedc

RGB 75238220
HSL0.480.830.61
HSV173°68°93°
CMYK 0.680.000.08   0.07
XYZ46.394567.812278.3540
Yxy67.81220.24090.3522
Hunter Lab82.3482-43.54341.2295
CIE-Lab85.9125-45.5954-3.5132

#4beedc color RGB value is (75,238,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11011100
Octal 113 356 334
Decimal 75 238 220
Hex 4B EE DC

RGB Percentages of Color #4beedc

%14.07
%44.65
%41.28

CMYK Percentages of Color #4beedc

%68
%0
%8
%7

Triadic Colors of #4beedc

#4beedc #dc4bee #eedc4b

Analogous Colors of #4beedc

#4beedc #4bafee #4bee8b

Monochromatic Colors of #4beedc

#4beedc

Complementary Color

#4beedc #ee4b5d

#4beedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beedc Color CSS Codes

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

#4beedc Text Font Color

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

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


#4beedc Background Color

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

This div background color is #4beedc


#4beedc Border Color

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

This div border color is #4beedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beedc


Comments

No comments written yet.

Please login to write comment.