Color Hex Logo

#235ebe Color Hex

#235EBE
(35,94,190)
0 Favorites   0 Comments

Color spaces of #235ebe

RGB 3594190
HSL0.600.690.44
HSV217°82°75°
CMYK 0.820.510.00   0.25
XYZ13.990112.080450.3096
Yxy12.08040.18320.1582
Hunter Lab34.756911.0241-61.4908
CIE-Lab41.343616.8253-55.7498

#235ebe color RGB value is (35,94,190).

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

The process color (four color CMYK) of #235ebe color hex is 0.82, 0.51, 0.00, 0.25. Web safe color of #235ebe is #3366cc. Color #235ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 01011110 10111110
Octal 43 136 276
Decimal 35 94 190
Hex 23 5E BE

RGB Percentages of Color #235ebe

%10.97
%29.47
%59.56

CMYK Percentages of Color #235ebe

%82
%51
%0
%25

Triadic Colors of #235ebe

#235ebe #be235e #5ebe23

Analogous Colors of #235ebe

#235ebe #3623be #23acbe

Monochromatic Colors of #235ebe

#235ebe

Complementary Color

#235ebe #be8323

#235ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#235ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#235ebe Color CSS Codes

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

#235ebe Text Font Color

<p style="color:#235ebe">Text here</p>

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


#235ebe Background Color

<div style="background-color:#235ebe">
Div content here</div>

This div background color is #235ebe


#235ebe Border Color

<div style="border:3px solid #235ebe">
Div here</div>

This div border color is #235ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #235ebe


Comments

No comments written yet.

Please login to write comment.