Color Hex Logo

#239bcb Color Hex

#239BCB
(35,155,203)
0 Favorites   0 Comments

Color spaces of #239bcb

RGB 35155203
HSL0.550.710.47
HSV197°83°80°
CMYK 0.830.240.00   0.20
XYZ23.194028.111860.7036
Yxy28.11180.20710.2510
Hunter Lab53.0206-14.7006-30.7671
CIE-Lab59.9896-15.0901-33.5904

#239bcb color RGB value is (35,155,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100011 10011011 11001011
Octal 43 233 313
Decimal 35 155 203
Hex 23 9B CB

RGB Percentages of Color #239bcb

%8.91
%39.44
%51.65

CMYK Percentages of Color #239bcb

%83
%24
%0
%20

Triadic Colors of #239bcb

#239bcb #cb239b #9bcb23

Analogous Colors of #239bcb

#239bcb #2347cb #23cba7

Monochromatic Colors of #239bcb

#239bcb

Complementary Color

#239bcb #cb5323

#239bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#239bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#239bcb Color CSS Codes

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

#239bcb Text Font Color

<p style="color:#239bcb">Text here</p>

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


#239bcb Background Color

<div style="background-color:#239bcb">
Div content here</div>

This div background color is #239bcb


#239bcb Border Color

<div style="border:3px solid #239bcb">
Div here</div>

This div border color is #239bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #239bcb


Comments

No comments written yet.

Please login to write comment.