Color Hex Logo

#4beede Color Hex

#4BEEDE
(75,238,222)
0 Favorites   0 Comments

Color spaces of #4beede

RGB 75238222
HSL0.480.830.61
HSV174°68°93°
CMYK 0.680.000.07   0.07
XYZ46.661067.918979.7576
Yxy67.91890.24010.3495
Hunter Lab82.4129-43.15850.3094
CIE-Lab85.9659-45.0733-4.4850

#4beede color RGB value is (75,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101110 11011110
Octal 113 356 336
Decimal 75 238 222
Hex 4B EE DE

RGB Percentages of Color #4beede

%14.02
%44.49
%41.50

CMYK Percentages of Color #4beede

%68
%0
%7
%7

Triadic Colors of #4beede

#4beede #de4bee #eede4b

Analogous Colors of #4beede

#4beede #4badee #4bee8d

Monochromatic Colors of #4beede

#4beede

Complementary Color

#4beede #ee4b5b

#4beede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beede Color CSS Codes

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

#4beede Text Font Color

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

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


#4beede Background Color

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

This div background color is #4beede


#4beede Border Color

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

This div border color is #4beede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beede


Comments

No comments written yet.

Please login to write comment.