Color Hex Logo

#238baf Color Hex

#238BAF
(35,139,175)
0 Favorites   0 Comments

Color spaces of #238baf

RGB 35139175
HSL0.540.670.41
HSV195°80°69°
CMYK 0.800.210.00   0.31
XYZ17.663621.917743.8570
Yxy21.91770.21170.2627
Hunter Lab46.8163-14.5813-22.7707
CIE-Lab53.9396-16.1318-27.1176

#238baf color RGB value is (35,139,175).

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

The process color (four color CMYK) of #238baf color hex is 0.80, 0.21, 0.00, 0.31. Web safe color of #238baf is #339999. Color #238baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001011 10101111
Octal 43 213 257
Decimal 35 139 175
Hex 23 8B AF

RGB Percentages of Color #238baf

%10.03
%39.83
%50.14

CMYK Percentages of Color #238baf

%80
%21
%0
%31

Triadic Colors of #238baf

#238baf #af238b #8baf23

Analogous Colors of #238baf

#238baf #2345af #23af8d

Monochromatic Colors of #238baf

#238baf

Complementary Color

#238baf #af4723

#238baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#238baf Color CSS Codes

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

#238baf Text Font Color

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

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


#238baf Background Color

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

This div background color is #238baf


#238baf Border Color

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

This div border color is #238baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238baf


Comments

No comments written yet.

Please login to write comment.