Color Hex Logo

#4baebe Color Hex

#4BAEBE
(75,174,190)
0 Favorites   0 Comments

Color spaces of #4baebe

RGB 75174190
HSL0.520.470.52
HSV188°61°75°
CMYK 0.610.080.00   0.25
XYZ27.332035.485754.1241
Yxy35.48570.23370.3034
Hunter Lab59.5699-22.3475-12.1709
CIE-Lab66.1251-23.9618-16.8361

#4baebe color RGB value is (75,174,190).

#4baebe hex color red value is 75, green value is 174 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4baebe hue: 0.52 , saturation: 0.47 and the lightness value of 4baebe is 0.52.

The process color (four color CMYK) of #4baebe color hex is 0.61, 0.08, 0.00, 0.25. Web safe color of #4baebe is #3399cc. Color #4baebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101110 10111110
Octal 113 256 276
Decimal 75 174 190
Hex 4B AE BE

RGB Percentages of Color #4baebe

%17.08
%39.64
%43.28

CMYK Percentages of Color #4baebe

%61
%8
%0
%25

Triadic Colors of #4baebe

#4baebe #be4bae #aebe4b

Analogous Colors of #4baebe

#4baebe #4b75be #4bbe95

Monochromatic Colors of #4baebe

#4baebe

Complementary Color

#4baebe #be5b4b

#4baebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4baebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4baebe Color CSS Codes

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

#4baebe Text Font Color

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

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


#4baebe Background Color

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

This div background color is #4baebe


#4baebe Border Color

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

This div border color is #4baebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4baebe


Comments

No comments written yet.

Please login to write comment.