Color Hex Logo

#4bbecb Color Hex

#4BBECB
(75,190,203)
0 Favorites   0 Comments

Color spaces of #4bbecb

RGB 75190203
HSL0.520.550.55
HSV186°63°80°
CMYK 0.630.060.00   0.20
XYZ32.094642.634663.0376
Yxy42.63460.23300.3095
Hunter Lab65.2952-26.5283-11.5334
CIE-Lab71.3063-28.1422-16.1621

#4bbecb color RGB value is (75,190,203).

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

The process color (four color CMYK) of #4bbecb color hex is 0.63, 0.06, 0.00, 0.20. Web safe color of #4bbecb is #33cccc. Color #4bbecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 11001011
Octal 113 276 313
Decimal 75 190 203
Hex 4B BE CB

RGB Percentages of Color #4bbecb

%16.03
%40.60
%43.38

CMYK Percentages of Color #4bbecb

%63
%6
%0
%20

Triadic Colors of #4bbecb

#4bbecb #cb4bbe #becb4b

Analogous Colors of #4bbecb

#4bbecb #4b7ecb #4bcb98

Monochromatic Colors of #4bbecb

#4bbecb

Complementary Color

#4bbecb #cb584b

#4bbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbecb Color CSS Codes

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

#4bbecb Text Font Color

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

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


#4bbecb Background Color

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

This div background color is #4bbecb


#4bbecb Border Color

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

This div border color is #4bbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbecb


Comments

No comments written yet.

Please login to write comment.