Color Hex Logo

#4bebcd Color Hex

#4BEBCD
(75,235,205)
0 Favorites   0 Comments

Color spaces of #4bebcd

RGB 75235205
HSL0.470.800.61
HSV169°68°92°
CMYK 0.680.000.13   0.08
XYZ43.629465.320368.0662
Yxy65.32030.24650.3690
Hunter Lab80.8210-45.07756.6415
CIE-Lab84.6485-48.12922.5223

#4bebcd color RGB value is (75,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11101011 11001101
Octal 113 353 315
Decimal 75 235 205
Hex 4B EB CD

RGB Percentages of Color #4bebcd

%14.56
%45.63
%39.81

CMYK Percentages of Color #4bebcd

%68
%0
%13
%8

Triadic Colors of #4bebcd

#4bebcd #cd4beb #ebcd4b

Analogous Colors of #4bebcd

#4bebcd #4bb9eb #4beb7d

Monochromatic Colors of #4bebcd

#4bebcd

Complementary Color

#4bebcd #eb4b69

#4bebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bebcd Color CSS Codes

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

#4bebcd Text Font Color

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

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


#4bebcd Background Color

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

This div background color is #4bebcd


#4bebcd Border Color

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

This div border color is #4bebcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,235,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bebcd


Comments

No comments written yet.

Please login to write comment.