Color Hex Logo

#358cee Color Hex

#358CEE
(53,140,238)
0 Favorites   0 Comments

Color spaces of #358cee

RGB 53140238
HSL0.590.840.57
HSV212°78°93°
CMYK 0.780.410.00   0.07
XYZ26.278925.686184.4618
Yxy25.68610.19260.1883
Hunter Lab50.68153.8617-63.3311
CIE-Lab57.73797.8956-56.6310

#358cee color RGB value is (53,140,238).

#358cee hex color red value is 53, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #358cee hue: 0.59 , saturation: 0.84 and the lightness value of 358cee is 0.57.

The process color (four color CMYK) of #358cee color hex is 0.78, 0.41, 0.00, 0.07. Web safe color of #358cee is #3399ff. Color #358cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10001100 11101110
Octal 65 214 356
Decimal 53 140 238
Hex 35 8C EE

RGB Percentages of Color #358cee

%12.30
%32.48
%55.22

CMYK Percentages of Color #358cee

%78
%41
%0
%7

Triadic Colors of #358cee

#358cee #ee358c #8cee35

Analogous Colors of #358cee

#358cee #3a35ee #35e9ee

Monochromatic Colors of #358cee

#358cee

Complementary Color

#358cee #ee9735

#358cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#358cee Color CSS Codes

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

#358cee Text Font Color

<p style="color:#358cee">Text here</p>

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


#358cee Background Color

<div style="background-color:#358cee">
Div content here</div>

This div background color is #358cee


#358cee Border Color

<div style="border:3px solid #358cee">
Div here</div>

This div border color is #358cee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,140,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #358cee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #358cee;
  -webkit-box-shadow: 1px 1px 3px 2px #358cee;
  box-shadow:         1px 1px 3px 2px #358cee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358cee


Comments

No comments written yet.

Please login to write comment.