Color Hex Logo

#238bc6 Color Hex

#238BC6
(35,139,198)
0 Favorites   0 Comments

Color spaces of #238bc6

RGB 35139198
HSL0.560.700.46
HSV202°82°78°
CMYK 0.820.300.00   0.22
XYZ20.118822.899856.7858
Yxy22.89980.20160.2294
Hunter Lab47.8537-8.6986-36.8591
CIE-Lab54.9690-7.9179-38.6264

#238bc6 color RGB value is (35,139,198).

#238bc6 hex color red value is 35, green value is 139 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #238bc6 hue: 0.56 , saturation: 0.70 and the lightness value of 238bc6 is 0.46.

The process color (four color CMYK) of #238bc6 color hex is 0.82, 0.30, 0.00, 0.22. Web safe color of #238bc6 is #3399cc. Color #238bc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001011 11000110
Octal 43 213 306
Decimal 35 139 198
Hex 23 8B C6

RGB Percentages of Color #238bc6

%9.41
%37.37
%53.23

CMYK Percentages of Color #238bc6

%82
%30
%0
%22

Triadic Colors of #238bc6

#238bc6 #c6238b #8bc623

Analogous Colors of #238bc6

#238bc6 #233ac6 #23c6b0

Monochromatic Colors of #238bc6

#238bc6

Complementary Color

#238bc6 #c65e23

#238bc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238bc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#238bc6 Color CSS Codes

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

#238bc6 Text Font Color

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

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


#238bc6 Background Color

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

This div background color is #238bc6


#238bc6 Border Color

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

This div border color is #238bc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238bc6


Comments

No comments written yet.

Please login to write comment.