Color Hex Logo

#4beddc Color Hex

#4BEDDC
(75,237,220)
2 Favorites   0 Comments

Color spaces of #4beddc

RGB 75237220
HSL0.480.820.61
HSV174°68°93°
CMYK 0.680.000.07   0.07
XYZ46.104167.231578.2572
Yxy67.23150.24060.3509
Hunter Lab81.9948-43.12380.8090
CIE-Lab85.6207-45.1610-3.9424

#4beddc color RGB value is (75,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101101 11011100
Octal 113 355 334
Decimal 75 237 220
Hex 4B ED DC

RGB Percentages of Color #4beddc

%14.10
%44.55
%41.35

CMYK Percentages of Color #4beddc

%68
%0
%7
%7

Triadic Colors of #4beddc

#4beddc #dc4bed #eddc4b

Analogous Colors of #4beddc

#4beddc #4baded #4bed8b

Monochromatic Colors of #4beddc

#4beddc

Complementary Color

#4beddc #ed4b5c

#4beddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beddc Color CSS Codes

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

#4beddc Text Font Color

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

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


#4beddc Background Color

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

This div background color is #4beddc


#4beddc Border Color

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

This div border color is #4beddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beddc


Comments

No comments written yet.

Please login to write comment.