Color Hex Logo

#4bafed Color Hex

#4BAFED
(75,175,237)
0 Favorites   0 Comments

Color spaces of #4bafed

RGB 75175237
HSL0.560.820.61
HSV203°68°93°
CMYK 0.680.260.00   0.07
XYZ33.517738.270285.7411
Yxy38.27020.21280.2429
Hunter Lab61.8629-11.5477-38.8710
CIE-Lab68.2193-9.7644-39.4827

#4bafed color RGB value is (75,175,237).

#4bafed hex color red value is 75, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #4bafed hue: 0.56 , saturation: 0.82 and the lightness value of 4bafed is 0.61.

The process color (four color CMYK) of #4bafed color hex is 0.68, 0.26, 0.00, 0.07. Web safe color of #4bafed is #3399ff. Color #4bafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10101111 11101101
Octal 113 257 355
Decimal 75 175 237
Hex 4B AF ED

RGB Percentages of Color #4bafed

%15.40
%35.93
%48.67

CMYK Percentages of Color #4bafed

%68
%26
%0
%7

Triadic Colors of #4bafed

#4bafed #ed4baf #afed4b

Analogous Colors of #4bafed

#4bafed #4b5eed #4bedda

Monochromatic Colors of #4bafed

#4bafed

Complementary Color

#4bafed #ed894b

#4bafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bafed Color CSS Codes

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

#4bafed Text Font Color

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

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


#4bafed Background Color

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

This div background color is #4bafed


#4bafed Border Color

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

This div border color is #4bafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bafed


Comments

No comments written yet.

Please login to write comment.