Color Hex Logo

#4bbefc Color Hex

#4BBEFC
(75,190,252)
0 Favorites   0 Comments

Color spaces of #4bbefc

RGB 75190252
HSL0.560.970.64
HSV201°70°99°
CMYK 0.700.250.00   0.01
XYZ38.885845.351098.7996
Yxy45.35100.21240.2478
Hunter Lab67.3432-14.7797-39.8446
CIE-Lab73.1224-12.9658-39.9658

#4bbefc color RGB value is (75,190,252).

#4bbefc hex color red value is 75, green value is 190 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4bbefc hue: 0.56 , saturation: 0.97 and the lightness value of 4bbefc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111110 11111100
Octal 113 276 374
Decimal 75 190 252
Hex 4B BE FC

RGB Percentages of Color #4bbefc

%14.51
%36.75
%48.74

CMYK Percentages of Color #4bbefc

%70
%25
%0
%1

Triadic Colors of #4bbefc

#4bbefc #fc4bbe #befc4b

Analogous Colors of #4bbefc

#4bbefc #4b66fc #4bfce2

Monochromatic Colors of #4bbefc

#4bbefc

Complementary Color

#4bbefc #fc894b

#4bbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbefc Color CSS Codes

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

#4bbefc Text Font Color

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

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


#4bbefc Background Color

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

This div background color is #4bbefc


#4bbefc Border Color

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

This div border color is #4bbefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbefc


Comments

No comments written yet.

Please login to write comment.