Color Hex Logo

#4beddf Color Hex

#4BEDDF
(75,237,223)
0 Favorites   0 Comments

Color spaces of #4beddf

RGB 75237223
HSL0.490.820.61
HSV175°68°93°
CMYK 0.680.000.06   0.07
XYZ46.505167.391980.3689
Yxy67.39190.23940.3469
Hunter Lab82.0926-42.5425-0.5803
CIE-Lab85.7015-44.3734-5.4003

#4beddf color RGB value is (75,237,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101101 11011111
Octal 113 355 337
Decimal 75 237 223
Hex 4B ED DF

RGB Percentages of Color #4beddf

%14.02
%44.30
%41.68

CMYK Percentages of Color #4beddf

%68
%0
%6
%7

Triadic Colors of #4beddf

#4beddf #df4bed #eddf4b

Analogous Colors of #4beddf

#4beddf #4baaed #4bed8e

Monochromatic Colors of #4beddf

#4beddf

Complementary Color

#4beddf #ed4b59

#4beddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beddf Color CSS Codes

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

#4beddf Text Font Color

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

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


#4beddf Background Color

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

This div background color is #4beddf


#4beddf Border Color

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

This div border color is #4beddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beddf


Comments

No comments written yet.

Please login to write comment.