Color Hex Logo

#4bfaeb Color Hex

#4BFAEB
(75,250,235)
0 Favorites   0 Comments

Color spaces of #4bfaeb

RGB 75250235
HSL0.490.950.64
HSV175°70°98°
CMYK 0.700.000.06   0.02
XYZ52.082775.865290.4957
Yxy75.86520.23840.3473
Hunter Lab87.1006-45.6902-0.6306
CIE-Lab89.7967-46.8649-5.6329

#4bfaeb color RGB value is (75,250,235).

#4bfaeb hex color red value is 75, green value is 250 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4bfaeb hue: 0.49 , saturation: 0.95 and the lightness value of 4bfaeb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 11101011
Octal 113 372 353
Decimal 75 250 235
Hex 4B FA EB

RGB Percentages of Color #4bfaeb

%13.39
%44.64
%41.96

CMYK Percentages of Color #4bfaeb

%70
%0
%6
%2

Triadic Colors of #4bfaeb

#4bfaeb #eb4bfa #faeb4b

Analogous Colors of #4bfaeb

#4bfaeb #4bb2fa #4bfa94

Monochromatic Colors of #4bfaeb

#4bfaeb

Complementary Color

#4bfaeb #fa4b5a

#4bfaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfaeb Color CSS Codes

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

#4bfaeb Text Font Color

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

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


#4bfaeb Background Color

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

This div background color is #4bfaeb


#4bfaeb Border Color

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

This div border color is #4bfaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfaeb

Related Colors


Comments

No comments written yet.

Please login to write comment.