Color Hex Logo

#238bbe Color Hex

#238BBE
(35,139,190)
0 Favorites   0 Comments

Color spaces of #238bbe

RGB 35139190
HSL0.550.690.44
HSV200°82°75°
CMYK 0.820.270.00   0.25
XYZ19.220022.540352.0529
Yxy22.54030.20490.2403
Hunter Lab47.4766-10.8218-31.7713
CIE-Lab54.5956-10.8139-34.6671

#238bbe color RGB value is (35,139,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001011 10111110
Octal 43 213 276
Decimal 35 139 190
Hex 23 8B BE

RGB Percentages of Color #238bbe

%9.62
%38.19
%52.20

CMYK Percentages of Color #238bbe

%82
%27
%0
%25

Triadic Colors of #238bbe

#238bbe #be238b #8bbe23

Analogous Colors of #238bbe

#238bbe #233ebe #23bea4

Monochromatic Colors of #238bbe

#238bbe

Complementary Color

#238bbe #be5623

#238bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#238bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#238bbe Color CSS Codes

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

#238bbe Text Font Color

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

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


#238bbe Background Color

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

This div background color is #238bbe


#238bbe Border Color

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

This div border color is #238bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(35,139,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 #238bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #238bbe


Comments

No comments written yet.

Please login to write comment.