Color Hex Logo

#238cad Color Hex

#238CAD
(35,140,173)
0 Favorites   0 Comments

Color spaces of #238cad

RGB 35140173
HSL0.540.660.41
HSV194°80°68°
CMYK 0.800.190.00   0.32
XYZ17.614022.130642.8784
Yxy22.13060.21320.2679
Hunter Lab47.0432-15.4912-21.1108
CIE-Lab54.1653-17.3721-25.6216

#238cad color RGB value is (35,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001100 10101101
Octal 43 214 255
Decimal 35 140 173
Hex 23 8C AD

RGB Percentages of Color #238cad

%10.06
%40.23
%49.71

CMYK Percentages of Color #238cad

%80
%19
%0
%32

Triadic Colors of #238cad

#238cad #ad238c #8cad23

Analogous Colors of #238cad

#238cad #2347ad #23ad89

Monochromatic Colors of #238cad

#238cad

Complementary Color

#238cad #ad4423

#238cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#238cad Color CSS Codes

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

#238cad Text Font Color

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

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


#238cad Background Color

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

This div background color is #238cad


#238cad Border Color

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

This div border color is #238cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,140,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 #238cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238cad


Comments

No comments written yet.

Please login to write comment.