Color Hex Logo

#4bdfcb Color Hex

#4BDFCB
(75,223,203)
0 Favorites   0 Comments

Color spaces of #4bdfcb

RGB 75223203
HSL0.480.700.58
HSV172°66°87°
CMYK 0.660.000.09   0.13
XYZ40.068858.583065.6957
Yxy58.58300.24380.3565
Hunter Lab76.5395-40.49862.6877
CIE-Lab81.0618-43.4609-1.6529

#4bdfcb color RGB value is (75,223,203).

#4bdfcb hex color red value is 75, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4bdfcb hue: 0.48 , saturation: 0.70 and the lightness value of 4bdfcb is 0.58.

The process color (four color CMYK) of #4bdfcb color hex is 0.66, 0.00, 0.09, 0.13. Web safe color of #4bdfcb is #33cccc. Color #4bdfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011111 11001011
Octal 113 337 313
Decimal 75 223 203
Hex 4B DF CB

RGB Percentages of Color #4bdfcb

%14.97
%44.51
%40.52

CMYK Percentages of Color #4bdfcb

%66
%0
%9
%13

Triadic Colors of #4bdfcb

#4bdfcb #cb4bdf #dfcb4b

Analogous Colors of #4bdfcb

#4bdfcb #4ba9df #4bdf81

Monochromatic Colors of #4bdfcb

#4bdfcb

Complementary Color

#4bdfcb #df4b5f

#4bdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdfcb Color CSS Codes

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

#4bdfcb Text Font Color

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

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


#4bdfcb Background Color

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

This div background color is #4bdfcb


#4bdfcb Border Color

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

This div border color is #4bdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdfcb


Comments

No comments written yet.

Please login to write comment.