Color Hex Logo

#4cbebd Color Hex

#4CBEBD
(76,190,189)
0 Favorites   0 Comments

Color spaces of #4cbebd

RGB 76190189
HSL0.500.470.52
HSV179°60°75°
CMYK 0.600.000.01   0.25
XYZ30.579342.037554.6465
Yxy42.03750.24030.3303
Hunter Lab64.8363-29.2761-4.5864
CIE-Lab70.8968-31.9453-9.1171

#4cbebd color RGB value is (76,190,189).

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

The process color (four color CMYK) of #4cbebd color hex is 0.60, 0.00, 0.01, 0.25. Web safe color of #4cbebd is #33cccc. Color #4cbebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 10111101
Octal 114 276 275
Decimal 76 190 189
Hex 4C BE BD

RGB Percentages of Color #4cbebd

%16.70
%41.76
%41.54

CMYK Percentages of Color #4cbebd

%60
%0
%1
%25

Triadic Colors of #4cbebd

#4cbebd #bd4cbe #bebd4c

Analogous Colors of #4cbebd

#4cbebd #4c86be #4cbe84

Monochromatic Colors of #4cbebd

#4cbebd

Complementary Color

#4cbebd #be4c4d

#4cbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbebd Color CSS Codes

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

#4cbebd Text Font Color

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

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


#4cbebd Background Color

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

This div background color is #4cbebd


#4cbebd Border Color

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

This div border color is #4cbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbebd


Comments

No comments written yet.

Please login to write comment.