Color Hex Logo

#4bcefa Color Hex

#4BCEFA
(75,206,250)
0 Favorites   0 Comments

Color spaces of #4bcefa

RGB 75206250
HSL0.540.950.64
HSV195°70°98°
CMYK 0.700.180.00   0.02
XYZ42.228352.540698.3582
Yxy52.54060.21870.2721
Hunter Lab72.4849-22.8579-29.7140
CIE-Lab77.6030-21.9343-31.9519

#4bcefa color RGB value is (75,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001110 11111010
Octal 113 316 372
Decimal 75 206 250
Hex 4B CE FA

RGB Percentages of Color #4bcefa

%14.12
%38.79
%47.08

CMYK Percentages of Color #4bcefa

%70
%18
%0
%2

Triadic Colors of #4bcefa

#4bcefa #fa4bce #cefa4b

Analogous Colors of #4bcefa

#4bcefa #4b77fa #4bfacf

Monochromatic Colors of #4bcefa

#4bcefa

Complementary Color

#4bcefa #fa774b

#4bcefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcefa Color CSS Codes

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

#4bcefa Text Font Color

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

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


#4bcefa Background Color

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

This div background color is #4bcefa


#4bcefa Border Color

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

This div border color is #4bcefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcefa


Comments

No comments written yet.

Please login to write comment.