Color Hex Logo

#4bbccf Color Hex

#4BBCCF
(75,188,207)
0 Favorites   0 Comments

Color spaces of #4bbccf

RGB 75188207
HSL0.520.580.55
HSV189°64°81°
CMYK 0.640.090.00   0.19
XYZ32.147441.967365.4376
Yxy41.96730.23040.3007
Hunter Lab64.7822-24.7903-14.5423
CIE-Lab70.8484-25.9777-19.0407

#4bbccf color RGB value is (75,188,207).

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

The process color (four color CMYK) of #4bbccf color hex is 0.64, 0.09, 0.00, 0.19. Web safe color of #4bbccf is #33cccc. Color #4bbccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 11001111
Octal 113 274 317
Decimal 75 188 207
Hex 4B BC CF

RGB Percentages of Color #4bbccf

%15.96
%40.00
%44.04

CMYK Percentages of Color #4bbccf

%64
%9
%0
%19

Triadic Colors of #4bbccf

#4bbccf #cf4bbc #bccf4b

Analogous Colors of #4bbccf

#4bbccf #4b7acf #4bcfa0

Monochromatic Colors of #4bbccf

#4bbccf

Complementary Color

#4bbccf #cf5e4b

#4bbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbccf Color CSS Codes

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

#4bbccf Text Font Color

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

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


#4bbccf Background Color

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

This div background color is #4bbccf


#4bbccf Border Color

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

This div border color is #4bbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbccf


Comments

No comments written yet.

Please login to write comment.