Color Hex Logo

#4bcaf8 Color Hex

#4BCAF8
(75,202,248)
0 Favorites   0 Comments

Color spaces of #4bcaf8

RGB 75202248
HSL0.540.930.63
HSV196°70°97°
CMYK 0.700.190.00   0.03
XYZ40.965550.514296.3981
Yxy50.51420.21800.2689
Hunter Lab71.0733-21.4939-30.6648
CIE-Lab76.3838-20.5208-32.7610

#4bcaf8 color RGB value is (75,202,248).

#4bcaf8 hex color red value is 75, green value is 202 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #4bcaf8 hue: 0.54 , saturation: 0.93 and the lightness value of 4bcaf8 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11001010 11111000
Octal 113 312 370
Decimal 75 202 248
Hex 4B CA F8

RGB Percentages of Color #4bcaf8

%14.29
%38.48
%47.24

CMYK Percentages of Color #4bcaf8

%70
%19
%0
%3

Triadic Colors of #4bcaf8

#4bcaf8 #f84bca #caf84b

Analogous Colors of #4bcaf8

#4bcaf8 #4b74f8 #4bf8d0

Monochromatic Colors of #4bcaf8

#4bcaf8

Complementary Color

#4bcaf8 #f8794b

#4bcaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bcaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bcaf8 Color CSS Codes

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

#4bcaf8 Text Font Color

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

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


#4bcaf8 Background Color

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

This div background color is #4bcaf8


#4bcaf8 Border Color

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

This div border color is #4bcaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bcaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.