Color Hex Logo

#235dac Color Hex

#235DAC
(35,93,172)
0 Favorites   0 Comments

Color spaces of #235dac

RGB 3593172
HSL0.600.660.41
HSV215°80°67°
CMYK 0.800.460.00   0.33
XYZ12.053911.164640.5494
Yxy11.16460.18900.1751
Hunter Lab33.41355.9203-48.5628
CIE-Lab39.856310.4477-47.5885

#235dac color RGB value is (35,93,172).

#235dac hex color red value is 35, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #235dac hue: 0.60 , saturation: 0.66 and the lightness value of 235dac is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011101 10101100
Octal 43 135 254
Decimal 35 93 172
Hex 23 5D AC

RGB Percentages of Color #235dac

%11.67
%31.00
%57.33

CMYK Percentages of Color #235dac

%80
%46
%0
%33

Triadic Colors of #235dac

#235dac #ac235d #5dac23

Analogous Colors of #235dac

#235dac #2e23ac #23a2ac

Monochromatic Colors of #235dac

#235dac

Complementary Color

#235dac #ac7223

#235dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#235dac Color CSS Codes

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

#235dac Text Font Color

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

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


#235dac Background Color

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

This div background color is #235dac


#235dac Border Color

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

This div border color is #235dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235dac


Comments

No comments written yet.

Please login to write comment.