Color Hex Logo

#250fcc Color Hex

#250FCC
(37,15,204)
0 Favorites   0 Comments

Color spaces of #250fcc

RGB 3715204
HSL0.690.860.43
HSV247°93°80°
CMYK 0.820.930.00   0.20
XYZ11.83295.094657.4864
Yxy5.09460.15900.0685
Hunter Lab22.571254.0785-135.2052
CIE-Lab27.002664.3070-87.5036

#250fcc color RGB value is (37,15,204).

#250fcc hex color red value is 37, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #250fcc hue: 0.69 , saturation: 0.86 and the lightness value of 250fcc is 0.43.

The process color (four color CMYK) of #250fcc color hex is 0.82, 0.93, 0.00, 0.20. Web safe color of #250fcc is #3300cc. Color #250fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00001111 11001100
Octal 45 17 314
Decimal 37 15 204
Hex 25 F CC

RGB Percentages of Color #250fcc

%14.45
%5.86
%79.69

CMYK Percentages of Color #250fcc

%82
%93
%0
%20

Triadic Colors of #250fcc

#250fcc #cc250f #0fcc25

Analogous Colors of #250fcc

#250fcc #840fcc #0f58cc

Monochromatic Colors of #250fcc

#250fcc

Complementary Color

#250fcc #b6cc0f

#250fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#250fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#250fcc Color CSS Codes

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

#250fcc Text Font Color

<p style="color:#250fcc">Text here</p>

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


#250fcc Background Color

<div style="background-color:#250fcc">
Div content here</div>

This div background color is #250fcc


#250fcc Border Color

<div style="border:3px solid #250fcc">
Div here</div>

This div border color is #250fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,15,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #250fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #250fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #250fcc;
  box-shadow:         1px 1px 3px 2px #250fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #250fcc


Comments

No comments written yet.

Please login to write comment.