Color Hex Logo

#4bcecf Color Hex

#4BCECF
(75,206,207)
0 Favorites   0 Comments

Color spaces of #4bcecf

RGB 75206207
HSL0.500.580.55
HSV180°64°81°
CMYK 0.640.000.00   0.19
XYZ36.235450.143566.8003
Yxy50.14350.23660.3274
Hunter Lab70.8121-32.5805-6.3625
CIE-Lab76.1573-34.6793-11.0510

#4bcecf color RGB value is (75,206,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 11001111
Octal 113 316 317
Decimal 75 206 207
Hex 4B CE CF

RGB Percentages of Color #4bcecf

%15.37
%42.21
%42.42

CMYK Percentages of Color #4bcecf

%64
%0
%0
%19

Triadic Colors of #4bcecf

#4bcecf #cf4bce #cecf4b

Analogous Colors of #4bcecf

#4bcecf #4b8ccf #4bcf8e

Monochromatic Colors of #4bcecf

#4bcecf

Complementary Color

#4bcecf #cf4c4b

#4bcecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcecf Color CSS Codes

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

#4bcecf Text Font Color

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

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


#4bcecf Background Color

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

This div background color is #4bcecf


#4bcecf Border Color

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

This div border color is #4bcecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,206,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 #4bcecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcecf


Comments

No comments written yet.

Please login to write comment.