Color Hex Logo

#357efb Color Hex

#357EFB
(53,126,251)
0 Favorites   0 Comments

Color spaces of #357efb

RGB 53126251
HSL0.610.960.60
HSV218°79°98°
CMYK 0.790.500.00   0.02
XYZ26.341622.643694.2491
Yxy22.64360.18390.1581
Hunter Lab47.585315.5373-84.1222
CIE-Lab54.703321.2345-68.7033

#357efb color RGB value is (53,126,251).

#357efb hex color red value is 53, green value is 126 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #357efb hue: 0.61 , saturation: 0.96 and the lightness value of 357efb is 0.60.

The process color (four color CMYK) of #357efb color hex is 0.79, 0.50, 0.00, 0.02. Web safe color of #357efb is #3366ff. Color #357efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111110 11111011
Octal 65 176 373
Decimal 53 126 251
Hex 35 7E FB

RGB Percentages of Color #357efb

%12.33
%29.30
%58.37

CMYK Percentages of Color #357efb

%79
%50
%0
%2

Triadic Colors of #357efb

#357efb #fb357e #7efb35

Analogous Colors of #357efb

#357efb #4f35fb #35e1fb

Monochromatic Colors of #357efb

#357efb

Complementary Color

#357efb #fbb235

#357efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#357efb Color CSS Codes

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

#357efb Text Font Color

<p style="color:#357efb">Text here</p>

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


#357efb Background Color

<div style="background-color:#357efb">
Div content here</div>

This div background color is #357efb


#357efb Border Color

<div style="border:3px solid #357efb">
Div here</div>

This div border color is #357efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,126,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357efb;
  -webkit-box-shadow: 1px 1px 3px 2px #357efb;
  box-shadow:         1px 1px 3px 2px #357efb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,126,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357efb

Related Colors


Comments

No comments written yet.

Please login to write comment.