Color Hex Logo

#4bcffa Color Hex

#4BCFFA
(75,207,250)
0 Favorites   0 Comments

Color spaces of #4bcffa

RGB 75207250
HSL0.540.950.64
HSV195°70°98°
CMYK 0.700.170.00   0.02
XYZ42.469853.023698.4387
Yxy53.02360.21900.2734
Hunter Lab72.8173-23.3224-29.1796
CIE-Lab77.8889-22.4409-31.5116

#4bcffa color RGB value is (75,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001111 11111010
Octal 113 317 372
Decimal 75 207 250
Hex 4B CF FA

RGB Percentages of Color #4bcffa

%14.10
%38.91
%46.99

CMYK Percentages of Color #4bcffa

%70
%17
%0
%2

Triadic Colors of #4bcffa

#4bcffa #fa4bcf #cffa4b

Analogous Colors of #4bcffa

#4bcffa #4b78fa #4bface

Monochromatic Colors of #4bcffa

#4bcffa

Complementary Color

#4bcffa #fa764b

#4bcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcffa Color CSS Codes

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

#4bcffa Text Font Color

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

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


#4bcffa Background Color

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

This div background color is #4bcffa


#4bcffa Border Color

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

This div border color is #4bcffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,207,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 #4bcffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcffa


Comments

No comments written yet.

Please login to write comment.