Color Hex Logo

#4b8fce Color Hex

#4B8FCE
(75,143,206)
0 Favorites   0 Comments

Color spaces of #4b8fce

RGB 75143206
HSL0.580.570.55
HSV209°64°81°
CMYK 0.640.310.00   0.19
XYZ23.864725.597062.0754
Yxy25.59700.21400.2295
Hunter Lab50.5935-4.3410-37.3301
CIE-Lab57.6525-2.0333-38.8505

#4b8fce color RGB value is (75,143,206).

#4b8fce hex color red value is 75, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #4b8fce hue: 0.58 , saturation: 0.57 and the lightness value of 4b8fce is 0.55.

The process color (four color CMYK) of #4b8fce color hex is 0.64, 0.31, 0.00, 0.19. Web safe color of #4b8fce is #3399cc. Color #4b8fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10001111 11001110
Octal 113 217 316
Decimal 75 143 206
Hex 4B 8F CE

RGB Percentages of Color #4b8fce

%17.69
%33.73
%48.58

CMYK Percentages of Color #4b8fce

%64
%31
%0
%19

Triadic Colors of #4b8fce

#4b8fce #ce4b8f #8fce4b

Analogous Colors of #4b8fce

#4b8fce #4b4ece #4bcecc

Monochromatic Colors of #4b8fce

#4b8fce

Complementary Color

#4b8fce #ce8a4b

#4b8fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4b8fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4b8fce Color CSS Codes

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

#4b8fce Text Font Color

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

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


#4b8fce Background Color

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

This div background color is #4b8fce


#4b8fce Border Color

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

This div border color is #4b8fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4b8fce


Comments

No comments written yet.

Please login to write comment.