Color Hex Logo

#4be5ea Color Hex

#4BE5EA
(75,229,234)
0 Favorites   0 Comments

Color spaces of #4be5ea

RGB 75229234
HSL0.510.790.61
HSV182°68°92°
CMYK 0.680.020.00   0.08
XYZ45.772263.475087.6814
Yxy63.47500.23240.3223
Hunter Lab79.6712-36.8739-9.4812
CIE-Lab83.6917-37.7912-14.1890

#4be5ea color RGB value is (75,229,234).

#4be5ea hex color red value is 75, green value is 229 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4be5ea hue: 0.51 , saturation: 0.79 and the lightness value of 4be5ea is 0.61.

The process color (four color CMYK) of #4be5ea color hex is 0.68, 0.02, 0.00, 0.08. Web safe color of #4be5ea is #33ccff. Color #4be5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100101 11101010
Octal 113 345 352
Decimal 75 229 234
Hex 4B E5 EA

RGB Percentages of Color #4be5ea

%13.94
%42.57
%43.49

CMYK Percentages of Color #4be5ea

%68
%2
%0
%8

Triadic Colors of #4be5ea

#4be5ea #ea4be5 #e5ea4b

Analogous Colors of #4be5ea

#4be5ea #4b96ea #4beaa0

Monochromatic Colors of #4be5ea

#4be5ea

Complementary Color

#4be5ea #ea504b

#4be5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be5ea Color CSS Codes

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

#4be5ea Text Font Color

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

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


#4be5ea Background Color

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

This div background color is #4be5ea


#4be5ea Border Color

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

This div border color is #4be5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be5ea


Comments

No comments written yet.

Please login to write comment.