Color Hex Logo

#4bbec4 Color Hex

#4BBEC4
(75,190,196)
0 Favorites   0 Comments

Color spaces of #4bbec4

RGB 75190196
HSL0.510.510.53
HSV183°62°77°
CMYK 0.620.030.00   0.23
XYZ31.278942.308358.7423
Yxy42.30830.23640.3197
Hunter Lab65.0448-27.9910-8.0137
CIE-Lab71.0830-30.1547-12.6717

#4bbec4 color RGB value is (75,190,196).

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

The process color (four color CMYK) of #4bbec4 color hex is 0.62, 0.03, 0.00, 0.23. Web safe color of #4bbec4 is #33cccc. Color #4bbec4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 11000100
Octal 113 276 304
Decimal 75 190 196
Hex 4B BE C4

RGB Percentages of Color #4bbec4

%16.27
%41.21
%42.52

CMYK Percentages of Color #4bbec4

%62
%3
%0
%23

Triadic Colors of #4bbec4

#4bbec4 #c44bbe #bec44b

Analogous Colors of #4bbec4

#4bbec4 #4b82c4 #4bc48e

Monochromatic Colors of #4bbec4

#4bbec4

Complementary Color

#4bbec4 #c4514b

#4bbec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbec4 Color CSS Codes

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

#4bbec4 Text Font Color

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

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


#4bbec4 Background Color

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

This div background color is #4bbec4


#4bbec4 Border Color

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

This div border color is #4bbec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbec4


Comments

No comments written yet.

Please login to write comment.