Color Hex Logo

#238dbe Color Hex

#238DBE
(35,141,190)
0 Favorites   0 Comments

Color spaces of #238dbe

RGB 35141190
HSL0.550.690.44
HSV199°82°75°
CMYK 0.820.260.00   0.25
XYZ19.512323.124852.1503
Yxy23.12480.20590.2440
Hunter Lab48.0883-11.7262-30.6365
CIE-Lab55.2007-11.9415-33.7215

#238dbe color RGB value is (35,141,190).

#238dbe hex color red value is 35, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #238dbe hue: 0.55 , saturation: 0.69 and the lightness value of 238dbe is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001101 10111110
Octal 43 215 276
Decimal 35 141 190
Hex 23 8D BE

RGB Percentages of Color #238dbe

%9.56
%38.52
%51.91

CMYK Percentages of Color #238dbe

%82
%26
%0
%25

Triadic Colors of #238dbe

#238dbe #be238d #8dbe23

Analogous Colors of #238dbe

#238dbe #2340be #23bea2

Monochromatic Colors of #238dbe

#238dbe

Complementary Color

#238dbe #be5423

#238dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#238dbe Color CSS Codes

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

#238dbe Text Font Color

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

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


#238dbe Background Color

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

This div background color is #238dbe


#238dbe Border Color

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

This div border color is #238dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238dbe


Comments

No comments written yet.

Please login to write comment.