Color Hex Logo

#238aad Color Hex

#238AAD
(35,138,173)
0 Favorites   0 Comments

Color spaces of #238aad

RGB 35138173
HSL0.540.660.41
HSV195°80°68°
CMYK 0.800.200.00   0.32
XYZ17.324421.551442.7819
Yxy21.55140.21220.2639
Hunter Lab46.4235-14.6281-22.1427
CIE-Lab53.5478-16.2812-26.5762

#238aad color RGB value is (35,138,173).

#238aad hex color red value is 35, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #238aad hue: 0.54 , saturation: 0.66 and the lightness value of 238aad is 0.41.

The process color (four color CMYK) of #238aad color hex is 0.80, 0.20, 0.00, 0.32. Web safe color of #238aad is #339999. Color #238aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001010 10101101
Octal 43 212 255
Decimal 35 138 173
Hex 23 8A AD

RGB Percentages of Color #238aad

%10.12
%39.88
%50.00

CMYK Percentages of Color #238aad

%80
%20
%0
%32

Triadic Colors of #238aad

#238aad #ad238a #8aad23

Analogous Colors of #238aad

#238aad #2345ad #23ad8b

Monochromatic Colors of #238aad

#238aad

Complementary Color

#238aad #ad4623

#238aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#238aad Color CSS Codes

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

#238aad Text Font Color

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

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


#238aad Background Color

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

This div background color is #238aad


#238aad Border Color

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

This div border color is #238aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,138,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #238aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #238aad;
  -webkit-box-shadow: 1px 1px 3px 2px #238aad;
  box-shadow:         1px 1px 3px 2px #238aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238aad


Comments

No comments written yet.

Please login to write comment.