Color Hex Logo

#4beccf Color Hex

#4BECCF
(75,236,207)
0 Favorites   0 Comments

Color spaces of #4beccf

RGB 75236207
HSL0.470.810.61
HSV169°68°93°
CMYK 0.680.000.12   0.07
XYZ44.159665.991869.4417
Yxy65.99180.24590.3675
Hunter Lab81.2353-45.12916.1824
CIE-Lab84.9922-48.05471.9707

#4beccf color RGB value is (75,236,207).

#4beccf hex color red value is 75, green value is 236 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #4beccf hue: 0.47 , saturation: 0.81 and the lightness value of 4beccf is 0.61.

The process color (four color CMYK) of #4beccf color hex is 0.68, 0.00, 0.12, 0.07. Web safe color of #4beccf is #33ffcc. Color #4beccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101100 11001111
Octal 113 354 317
Decimal 75 236 207
Hex 4B EC CF

RGB Percentages of Color #4beccf

%14.48
%45.56
%39.96

CMYK Percentages of Color #4beccf

%68
%0
%12
%7

Triadic Colors of #4beccf

#4beccf #cf4bec #eccf4b

Analogous Colors of #4beccf

#4beccf #4bb9ec #4bec7f

Monochromatic Colors of #4beccf

#4beccf

Complementary Color

#4beccf #ec4b68

#4beccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4beccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4beccf Color CSS Codes

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

#4beccf Text Font Color

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

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


#4beccf Background Color

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

This div background color is #4beccf


#4beccf Border Color

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

This div border color is #4beccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4beccf


Comments

No comments written yet.

Please login to write comment.