Color Hex Logo

#4bfdfb Color Hex

#4BFDFB
(75,253,251)
0 Favorites   0 Comments

Color spaces of #4bfdfb

RGB 75253251
HSL0.500.980.64
HSV179°70°99°
CMYK 0.700.000.01   0.01
XYZ55.439578.7114103.5376
Yxy78.71140.23320.3312
Hunter Lab88.7194-43.7170-7.0892
CIE-Lab91.1036-43.8899-12.0108

#4bfdfb color RGB value is (75,253,251).

#4bfdfb hex color red value is 75, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4bfdfb hue: 0.50 , saturation: 0.98 and the lightness value of 4bfdfb is 0.64.

The process color (four color CMYK) of #4bfdfb color hex is 0.70, 0.00, 0.01, 0.01. Web safe color of #4bfdfb is #33ffff. Color #4bfdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111101 11111011
Octal 113 375 373
Decimal 75 253 251
Hex 4B FD FB

RGB Percentages of Color #4bfdfb

%12.95
%43.70
%43.35

CMYK Percentages of Color #4bfdfb

%70
%0
%1
%1

Triadic Colors of #4bfdfb

#4bfdfb #fb4bfd #fdfb4b

Analogous Colors of #4bfdfb

#4bfdfb #4ba6fd #4bfda2

Monochromatic Colors of #4bfdfb

#4bfdfb

Complementary Color

#4bfdfb #fd4b4d

#4bfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfdfb Color CSS Codes

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

#4bfdfb Text Font Color

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

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


#4bfdfb Background Color

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

This div background color is #4bfdfb


#4bfdfb Border Color

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

This div border color is #4bfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.