Color Hex Logo

#235fab Color Hex

#235FAB
(35,95,171)
0 Favorites   0 Comments

Color spaces of #235fab

RGB 3595171
HSL0.590.660.40
HSV214°80°67°
CMYK 0.800.440.00   0.33
XYZ12.136011.482040.1047
Yxy11.48200.19050.1802
Hunter Lab33.88514.6311-46.4531
CIE-Lab40.38078.7565-46.1564

#235fab color RGB value is (35,95,171).

#235fab hex color red value is 35, green value is 95 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #235fab hue: 0.59 , saturation: 0.66 and the lightness value of 235fab is 0.40.

The process color (four color CMYK) of #235fab color hex is 0.80, 0.44, 0.00, 0.33. Web safe color of #235fab is #336699. Color #235fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011111 10101011
Octal 43 137 253
Decimal 35 95 171
Hex 23 5F AB

RGB Percentages of Color #235fab

%11.63
%31.56
%56.81

CMYK Percentages of Color #235fab

%80
%44
%0
%33

Triadic Colors of #235fab

#235fab #ab235f #5fab23

Analogous Colors of #235fab

#235fab #2b23ab #23a3ab

Monochromatic Colors of #235fab

#235fab

Complementary Color

#235fab #ab6f23

#235fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#235fab Color CSS Codes

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

#235fab Text Font Color

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

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


#235fab Background Color

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

This div background color is #235fab


#235fab Border Color

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

This div border color is #235fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,95,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #235fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #235fab;
  -webkit-box-shadow: 1px 1px 3px 2px #235fab;
  box-shadow:         1px 1px 3px 2px #235fab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235fab


Comments

No comments written yet.

Please login to write comment.