Color Hex Logo

#238bca Color Hex

#238BCA
(35,139,202)
0 Favorites   0 Comments

Color spaces of #238bca

RGB 35139202
HSL0.560.700.46
HSV203°83°79°
CMYK 0.830.310.00   0.21
XYZ20.586423.086859.2483
Yxy23.08680.20000.2243
Hunter Lab48.0487-7.6072-39.4757
CIE-Lab55.1616-6.4574-40.5884

#238bca color RGB value is (35,139,202).

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

The process color (four color CMYK) of #238bca color hex is 0.83, 0.31, 0.00, 0.21. Web safe color of #238bca is #3399cc. Color #238bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001011 11001010
Octal 43 213 312
Decimal 35 139 202
Hex 23 8B CA

RGB Percentages of Color #238bca

%9.31
%36.97
%53.72

CMYK Percentages of Color #238bca

%83
%31
%0
%21

Triadic Colors of #238bca

#238bca #ca238b #8bca23

Analogous Colors of #238bca

#238bca #2337ca #23cab6

Monochromatic Colors of #238bca

#238bca

Complementary Color

#238bca #ca6223

#238bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#238bca Color CSS Codes

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

#238bca Text Font Color

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

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


#238bca Background Color

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

This div background color is #238bca


#238bca Border Color

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

This div border color is #238bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238bca


Comments

No comments written yet.

Please login to write comment.