Color Hex Logo

#4bcebd Color Hex

#4BCEBD
(75,206,189)
0 Favorites   0 Comments

Color spaces of #4bcebd

RGB 75206189
HSL0.480.570.55
HSV172°64°81°
CMYK 0.640.000.08   0.19
XYZ34.158349.312655.8621
Yxy49.31260.24520.3539
Hunter Lab70.2229-36.06301.9911
CIE-Lab75.6454-39.5371-2.0997

#4bcebd color RGB value is (75,206,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 10111101
Octal 113 316 275
Decimal 75 206 189
Hex 4B CE BD

RGB Percentages of Color #4bcebd

%15.96
%43.83
%40.21

CMYK Percentages of Color #4bcebd

%64
%0
%8
%19

Triadic Colors of #4bcebd

#4bcebd #bd4bce #cebd4b

Analogous Colors of #4bcebd

#4bcebd #4b9ece #4bce7c

Monochromatic Colors of #4bcebd

#4bcebd

Complementary Color

#4bcebd #ce4b5c

#4bcebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcebd Color CSS Codes

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

#4bcebd Text Font Color

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

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


#4bcebd Background Color

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

This div background color is #4bcebd


#4bcebd Border Color

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

This div border color is #4bcebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcebd


Comments

No comments written yet.

Please login to write comment.