Color Hex Logo

#235863 Color Hex

#235863
(35,88,99)
0 Favorites   0 Comments

Color spaces of #235863

RGB 358899
HSL0.530.480.26
HSV190°65°39°
CMYK 0.650.110.00   0.61
XYZ6.43508.237613.0552
Yxy8.23760.23210.2971
Hunter Lab28.7012-10.2063-6.8781
CIE-Lab34.4729-13.7700-11.5992

#235863 color RGB value is (35,88,99).

#235863 hex color red value is 35, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #235863 hue: 0.53 , saturation: 0.48 and the lightness value of 235863 is 0.26.

The process color (four color CMYK) of #235863 color hex is 0.65, 0.11, 0.00, 0.61. Web safe color of #235863 is #336666. Color #235863 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011000 01100011
Octal 43 130 143
Decimal 35 88 99
Hex 23 58 63

RGB Percentages of Color #235863

%15.77
%39.64
%44.59

CMYK Percentages of Color #235863

%65
%11
%0
%61

Triadic Colors of #235863

#235863 #632358 #586323

Analogous Colors of #235863

#235863 #233863 #23634e

Monochromatic Colors of #235863

#235863

Complementary Color

#235863 #632e23

#235863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#235863 Color CSS Codes

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

#235863 Text Font Color

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

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


#235863 Background Color

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

This div background color is #235863


#235863 Border Color

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

This div border color is #235863


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,88,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235863; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235863;
  -webkit-box-shadow: 1px 1px 3px 2px #235863;
  box-shadow:         1px 1px 3px 2px #235863; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,88,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235863


Comments

No comments written yet.

Please login to write comment.