Color Hex Logo

#4bdefe Color Hex

#4BDEFE
(75,222,254)
0 Favorites   0 Comments

Color spaces of #4bdefe

RGB 75222254
HSL0.530.990.65
HSV191°70°100°
CMYK 0.700.130.00   0.00
XYZ46.912360.8942103.0471
Yxy60.89420.22250.2888
Hunter Lab78.0347-29.2516-23.6698
CIE-Lab82.3218-28.6594-26.8406

#4bdefe color RGB value is (75,222,254).

#4bdefe hex color red value is 75, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4bdefe hue: 0.53 , saturation: 0.99 and the lightness value of 4bdefe is 0.65.

The process color (four color CMYK) of #4bdefe color hex is 0.70, 0.13, 0.00, 0.00. Web safe color of #4bdefe is #33ccff. Color #4bdefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011110 11111110
Octal 113 336 376
Decimal 75 222 254
Hex 4B DE FE

RGB Percentages of Color #4bdefe

%13.61
%40.29
%46.10

CMYK Percentages of Color #4bdefe

%70
%13
%0
%0

Triadic Colors of #4bdefe

#4bdefe #fe4bde #defe4b

Analogous Colors of #4bdefe

#4bdefe #4b85fe #4bfec5

Monochromatic Colors of #4bdefe

#4bdefe

Complementary Color

#4bdefe #fe6b4b

#4bdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdefe Color CSS Codes

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

#4bdefe Text Font Color

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

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


#4bdefe Background Color

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

This div background color is #4bdefe


#4bdefe Border Color

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

This div border color is #4bdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdefe


Comments

No comments written yet.

Please login to write comment.