Color Hex Logo

#238dcb Color Hex

#238DCB
(35,141,203)
0 Favorites   0 Comments

Color spaces of #238dcb

RGB 35141203
HSL0.560.710.47
HSV202°83°80°
CMYK 0.830.310.00   0.20
XYZ20.997523.718959.9714
Yxy23.71890.20060.2266
Hunter Lab48.7021-8.2697-38.9179
CIE-Lab55.8052-7.2460-40.1403

#238dcb color RGB value is (35,141,203).

#238dcb hex color red value is 35, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #238dcb hue: 0.56 , saturation: 0.71 and the lightness value of 238dcb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001101 11001011
Octal 43 215 313
Decimal 35 141 203
Hex 23 8D CB

RGB Percentages of Color #238dcb

%9.23
%37.20
%53.56

CMYK Percentages of Color #238dcb

%83
%31
%0
%20

Triadic Colors of #238dcb

#238dcb #cb238d #8dcb23

Analogous Colors of #238dcb

#238dcb #2339cb #23cbb5

Monochromatic Colors of #238dcb

#238dcb

Complementary Color

#238dcb #cb6123

#238dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#238dcb Color CSS Codes

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

#238dcb Text Font Color

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

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


#238dcb Background Color

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

This div background color is #238dcb


#238dcb Border Color

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

This div border color is #238dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238dcb


Comments

No comments written yet.

Please login to write comment.