Color Hex Logo

#4cbecf Color Hex

#4CBECF
(76,190,207)
0 Favorites   0 Comments

Color spaces of #4cbecf

RGB 76190207
HSL0.520.580.55
HSV188°63°81°
CMYK 0.630.080.00   0.19
XYZ32.656442.868465.5847
Yxy42.86840.23140.3038
Hunter Lab65.4740-25.5491-13.5585
CIE-Lab71.4656-26.8090-18.1029

#4cbecf color RGB value is (76,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 11001111
Octal 114 276 317
Decimal 76 190 207
Hex 4C BE CF

RGB Percentages of Color #4cbecf

%16.07
%40.17
%43.76

CMYK Percentages of Color #4cbecf

%63
%8
%0
%19

Triadic Colors of #4cbecf

#4cbecf #cf4cbe #becf4c

Analogous Colors of #4cbecf

#4cbecf #4c7dcf #4ccf9f

Monochromatic Colors of #4cbecf

#4cbecf

Complementary Color

#4cbecf #cf5d4c

#4cbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbecf Color CSS Codes

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

#4cbecf Text Font Color

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

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


#4cbecf Background Color

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

This div background color is #4cbecf


#4cbecf Border Color

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

This div border color is #4cbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbecf


Comments

No comments written yet.

Please login to write comment.