Color Hex Logo

#255cbc Color Hex

#255CBC
(37,92,188)
0 Favorites   0 Comments

Color spaces of #255cbc

RGB 3792188
HSL0.610.670.44
HSV218°80°74°
CMYK 0.800.510.00   0.26
XYZ13.667211.678449.1108
Yxy11.67840.18360.1568
Hunter Lab34.173711.5842-61.2838
CIE-Lab40.700417.5511-55.6209

#255cbc color RGB value is (37,92,188).

#255cbc hex color red value is 37, green value is 92 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #255cbc hue: 0.61 , saturation: 0.67 and the lightness value of 255cbc is 0.44.

The process color (four color CMYK) of #255cbc color hex is 0.80, 0.51, 0.00, 0.26. Web safe color of #255cbc is #3366cc. Color #255cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011100 10111100
Octal 45 134 274
Decimal 37 92 188
Hex 25 5C BC

RGB Percentages of Color #255cbc

%11.67
%29.02
%59.31

CMYK Percentages of Color #255cbc

%80
%51
%0
%26

Triadic Colors of #255cbc

#255cbc #bc255c #5cbc25

Analogous Colors of #255cbc

#255cbc #3925bc #25a8bc

Monochromatic Colors of #255cbc

#255cbc

Complementary Color

#255cbc #bc8525

#255cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#255cbc Color CSS Codes

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

#255cbc Text Font Color

<p style="color:#255cbc">Text here</p>

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


#255cbc Background Color

<div style="background-color:#255cbc">
Div content here</div>

This div background color is #255cbc


#255cbc Border Color

<div style="border:3px solid #255cbc">
Div here</div>

This div border color is #255cbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,92,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255cbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255cbc;
  -webkit-box-shadow: 1px 1px 3px 2px #255cbc;
  box-shadow:         1px 1px 3px 2px #255cbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,92,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255cbc


Comments

No comments written yet.

Please login to write comment.